Skip to main content

Table Details

PropertyValue
Table Namecardano.unhydrated.fungible_balances_eod
Table StatusProduction-Ready
Unique Keyblock_date, address, token
Clustering Key(s)block_date, _short_address, _short_token
Search Optimizationaddress, token

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.
block_dateTIMESTAMP_NTZ(9)Date of the balance snapshot.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the last activity on this date.
block_heightNUMBER(38,0)Block height of the last activity on this date.
block_hashVARCHAR(16777216)Block hash of the last activity on this date.
transaction_hashVARCHAR(16777216)Transaction hash of the last activity on this date.
transaction_indexNUMBER(38,0)Transaction index of the last activity on this date.
pseudo_global_orderNUMBER(38,0)Ordering key combining block height and transaction index.
_short_addressVARCHAR(16777216)Short prefix of the address for search optimization.
_short_tokenVARCHAR(16777216)Short prefix of the token for search optimization.
_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.