Skip to main content

Table Details

PropertyValue
Table Namecardano.assets.fungible_balances_latest
Table StatusProduction-Ready
Unique Keytoken_address, address

Table Columns

Column NameData TypeDescription
token_typeVARCHAR(12)Type of the token: “native” for ADA (lovelace), “native_token” for Cardano native tokens.
addressVARCHAR(16777216)The Cardano address holding the balance.
tokenVARCHAR(16777216)The token identifier (policy ID + asset name for native tokens, or “lovelace” for ADA).
token_nameVARCHAR(16777216)The human-readable name of the token.
token_symbolVARCHAR(16777216)The ticker symbol of the token.
raw_balance_strVARCHAR(16777216)Raw balance as a string to retain precision.
raw_balanceFLOATRaw balance as a float.
balance_strVARCHAR(16777216)Normalized balance as a string to retain precision.
balanceFLOATNormalized balance as a float, adjusted for token decimals.
usd_balance_currentFLOATBalance in USD at the current price.
usd_balance_at_last_activityFLOATBalance in USD at the price at last activity.
usd_exchange_rate_currentFLOATCurrent exchange rate of the token to USD.
usd_exchange_rate_at_last_activityFLOATExchange rate of the token to USD at the time of last activity.
last_activity_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last activity block.
last_activity_block_heightNUMBER(38,0)Height of the last activity block.
last_activity_block_hashVARCHAR(16777216)Hash of the last activity block.
last_activity_transaction_hashVARCHAR(16777216)Hash of the last activity transaction.
last_activity_transaction_indexNUMBER(38,0)Index of the last activity transaction.
unique_idVARCHAR(16777216)Unique identifier for this balance record.
_updated_at__usd_exchange_rate_currentTIMESTAMP_NTZ(9)Timestamp of the latest USD exchange rate update.
_updated_at__historicalTIMESTAMP_NTZ(9)Timestamp of the last historical data update.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.