Skip to main content

Table Details

PropertyValue
Table Namecelo.assets.fungible_balances_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The date of the daily balance snapshot.
addressVARCHAR(16777216)The wallet or contract address holding the balance.
token_addressVARCHAR(16777216)The token contract address.
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)The raw balance as string to retain precision.
raw_balanceFLOATThe balance in raw units (unnormalized).
balance_strVARCHAR(16777216)The balance amount normalized, in string to retain precision.
balanceFLOATThe balance amount, normalized by token decimals.
usd_exchange_rateFLOATThe USD exchange rate of the token at the time of the snapshot.
usd_balanceFLOATThe USD value of the balance at the time of the snapshot.
last_activity_block_timestampTIMESTAMP_NTZ(9)Timestamp of the block with the last activity for this address-token pair.
last_activity_block_numberNUMBER(38,0)Block number of the last activity for this address-token pair.
last_activity_block_hashVARCHAR(16777216)Block hash of the last activity for this address-token pair.