Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

The fungible_balances_latest table contains the latest observed balance for each address and fungible token.

Table Columns

Unique Key: unique_id
Column NameDescription
addressThe wallet address holding the balance.
currencyThe currency or token denomination for the balance.
token_nameThe human-readable name of the token.
token_symbolThe ticker symbol of the token.
token_decimalsThe number of decimal places used to normalize the token balance.
raw_balance_strThe raw balance as a string to retain precision.
raw_balanceThe raw balance as a numeric value.
balance_strThe normalized balance as a string to retain precision.
balanceThe normalized balance as a numeric value.
usd_balance_currentThe current USD value of the balance, based on the latest available exchange rate.
usd_balance_at_last_activityThe USD value of the balance at the exchange rate available at the time of the last activity.
usd_exchange_rate_currentThe current USD exchange rate for the token, based on the latest available rate.
usd_exchange_rate_at_last_activityThe USD exchange rate for the token at the time of the last activity.
last_activity_block_timestampThe timestamp of the block that last changed this balance.
last_activity_block_heightThe height of the block that last changed this balance.
last_activity_block_hashThe hash of the block that last changed this balance.
last_activity_transaction_hashThe hash of the transaction that last changed this balance.
last_activity_transaction_indexThe index of the transaction that last changed this balance within its block.
unique_idA unique identifier for this latest balance record.
_updated_at__usd_exchange_rate_currentThe timestamp when the current USD exchange rate was last updated.
_updated_at__historicalThe timestamp when the historical balance data used for this record was last updated.