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.

Table Details

PropertyValue
Table Namevana.assets.fungible_balances_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The UTC date this daily balance snapshot covers
addressVARCHAR(16777216)The wallet address holding the tokens
token_addressVARCHAR(16777216)Contract address of the token (or sentinel address for native token)
token_nameVARCHAR(16777216)Name of the token
token_symbolVARCHAR(16777216)Symbol of the token
token_decimalsNUMBER(38,0)Decimal precision of the token
raw_balance_strVARCHAR(16777216)Token balance, unnormalized, as string to retain precision
raw_balanceFLOATToken balance, unnormalized
balance_strVARCHAR(16777216)Token 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_numberNUMBER(38,0)Block number of the most recent balance-changing activity
last_activity_block_hashVARCHAR(16777216)Block hash of the most recent balance-changing activity
_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.