Skip to main content

Table Details

PropertyValue
Table Namestellar.unhydrated.fungible_balances_eod
Table StatusProduction-Ready
Unique Keyblock_date, account_id, asset_id
Clustering Key(s)block_date, _account_short, _asset_id_short
Search Optimizationaccount_id, asset_id

Table Columns

Column NameData TypeDescription
account_idVARCHAR(16777216)Stellar account (G-address) holding the balance.
asset_typeVARCHAR(16777216)Stellar asset type: native, credit_alphanum4, or credit_alphanum12.
asset_idVARCHAR(16777216)Composite asset identifier in issuer:code form for Classic assets.
asset_codeVARCHAR(16777216)Asset code for the Classic asset.
asset_issuerVARCHAR(16777216)Issuer G-address of the Classic asset.
raw_balance_strVARCHAR(16777216)Balance in stroops (unnormalized integer), stored as a string for full precision.
block_dateTIMESTAMP_NTZ(9)Calendar date (UTC) of the end-of-day snapshot.
ledger_close_timeTIMESTAMP_NTZ(9)Timestamp (UTC) when the Stellar ledger closed and was validated by the network.
ledger_sequenceNUMBER(38,0)Stellar ledger sequence number (ledger height).
ledger_hashVARCHAR(16777216)Hash of the Stellar ledger.
transaction_hashVARCHAR(16777216)Hash of the transaction of the last balance change on this date.
_account_shortVARCHAR(16777216)Shortened form of the Stellar account address, used for clustering and search optimization.
_asset_id_shortVARCHAR(16777216)Shortened form of the asset identifier, used for clustering and 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.