Skip to main content

Table Details

PropertyValue
Table Namecardano.assets.fungible_balances
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)The Cardano address holding the balance.
tokenVARCHAR(16777216)The token identifier (policy ID + asset name for native tokens, or “lovelace” for ADA).
raw_balance_strVARCHAR(16777216)Raw cumulative balance as a string to retain precision.
balanceFLOATNormalized balance as a float, adjusted for token decimals.
decimalsNUMBER(38,0)The number of decimal places for the token.
token_nameVARCHAR(16777216)The human-readable name of the token.
token_symbolVARCHAR(16777216)The ticker symbol of the token.
usd_balanceFLOATBalance in USD at the time of the transaction.
usd_exchange_rateFLOATExchange rate of the token to USD at the time of the transaction.
transaction_hashVARCHAR(16777216)The hash of the transaction that changed the balance.
transaction_indexNUMBER(38,0)The position of the transaction within its block.
block_timestampTIMESTAMP_NTZ(9)The time when the block was produced.
block_heightNUMBER(38,0)The block number (height).
block_hashVARCHAR(16777216)The hash of the block.
unique_idVARCHAR(16777216)Unique identifier for this balance record.
_address_shortVARCHAR(16777216)Short prefix of the address for search optimization.
_token_shortVARCHAR(16777216)Short prefix of the token for search optimization.
_pseudo_global_orderNUMBER(38,0)Ordering key combining block height and transaction index.
_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.