Skip to main content
The Fungible Balances Daily table provides one row per (address, token, date) capturing the closing balance for each day. Use this table for day-over-day balance analysis, point-in-time portfolio views, and time-series charts. For per-block balance changes, use the fungible_balances table instead.

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The UTC date this daily balance snapshot covers
addressVARCHARThe wallet address holding the tokens
token_addressVARCHARContract address of the token (or sentinel address for native token)
token_nameVARCHARName of the token
token_symbolVARCHARSymbol of the token
token_decimalsINTEGERDecimal precision of the token
raw_balance_strVARCHARToken balance, unnormalized, as string to retain precision
raw_balanceFLOATToken balance, unnormalized
balance_strVARCHARToken balance, normalized, as string to retain precision
balanceFLOATToken balance, normalized
usd_exchange_rateFLOATExchange rate used for USD conversion
usd_balanceFLOATToken balance, normalized, in USD
last_activity_block_timestampTIMESTAMP_NTZ(9)Block timestamp of the most recent balance-changing activity
last_activity_block_numberINTEGERBlock number of the most recent balance-changing activity
last_activity_block_hashVARCHARBlock hash of the most recent balance-changing activity