Skip to main content

Table Details

PropertyValue
Table Namestellar.assets.fungible_balances_latest
Table StatusProduction-Ready
Unique Keytoken_address, address

Table Columns

Column NameData TypeDescription
asset_typeVARCHAR(16777216)Stellar asset type: native, credit_alphanum4, or credit_alphanum12.
account_idVARCHAR(16777216)Stellar account (G-address) holding the balance.
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.
raw_balanceFLOATBalance in stroops (unnormalized), not decimal-adjusted.
balance_strVARCHAR(16777216)Normalized balance stored as a string for full precision.
balanceFLOATBalance normalized by the asset’s decimal precision (raw_balance / 10^decimals).
usd_balance_currentFLOATUSD value of the balance using the most recent available price.
usd_balance_at_last_activityFLOATUSD value of the balance at the price as of the account’s last on-chain activity.
usd_exchange_rate_currentFLOATMost recent USD price per unit of the asset.
usd_exchange_rate_at_last_activityFLOATUSD price per unit of the asset as of the account’s last on-chain activity.
last_activity_ledger_close_timeTIMESTAMP_NTZ(9)Close time of the last ledger in which this account had activity.
last_activity_ledger_sequenceNUMBER(38,0)Sequence number of the last ledger in which this account had activity.
last_activity_ledger_hashVARCHAR(16777216)Hash of the last ledger in which this account had activity.
last_activity_transaction_hashVARCHAR(16777216)Hash of the transaction in the account’s last on-chain activity.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row.
_updated_at__usd_exchange_rate_currentTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent update to the current USD exchange rate for this asset.
_updated_at__historicalTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent update to the at-last-activity data for this row.
_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.