Skip to main content

Table Details

PropertyValue
Table Namestellar.rwa.balances_daily
Table StatusProduction-Ready
Unique Keydate, address, token_address

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Calendar date (UTC) this daily balance record represents.
chainVARCHAR(16777216)Blockchain this record belongs to; always stellar.
addressVARCHAR(16777216)Stellar account (G…) or contract (C…) address that holds the balance.
token_accountVARCHAR(16777216)Associated token account holding the RWA token balance.
token_addressVARCHAR(16777216)Asset identifier of the RWA token.
token_nameVARCHAR(16777216)Full name of the RWA token.
token_symbolVARCHAR(16777216)Ticker symbol of the RWA token.
token_decimalsNUMBER(38,0)Number of decimal places used to normalize the token’s raw amounts.
raw_balance_strVARCHAR(16777216)Token balance in the smallest unit, stored as a string for full precision.
raw_balanceFLOATToken balance in the token’s smallest unit (not decimal-adjusted).
balance_strVARCHAR(16777216)Normalized token balance stored as a string for full precision.
balanceFLOATToken balance normalized by the token’s decimal precision (raw_balance / 10^decimals).
usd_balanceFLOATUSD value of the token balance at this daily snapshot.
usd_exchange_rateFLOATUSD price per unit of the token used to compute usd_balance.
_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.