Skip to main content

Table Details

PropertyValue
Table Namecardano.assets.fungible_balances_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the balance snapshot.
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.
token_decimalsNUMBER(38,0)The number of decimal places for the token.
raw_balance_strVARCHAR(16777216)Raw balance as a string to retain precision.
raw_balanceFLOATRaw balance as a float.
balanceFLOATNormalized balance as a float, adjusted for token decimals.
usd_exchange_rateFLOATExchange rate of the token to USD at the time of the balance entry.
usd_balanceFLOATBalance in USD at the time of the balance entry.
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.