blockchain | VARCHAR | Chain for the token deployment |
day | DATE | Supply snapshot date |
token_symbol | VARCHAR | RWA token symbol |
token_address | VARCHAR | Normalized native token identifier |
token_id | VARCHAR | Normalized cross-chain token identifier, joins to rwa_multichain.tokens |
token_standard | VARCHAR | Native token standard or asset namespace, including tip20 for Tempo |
supply_raw | UINT256 | Total outstanding supply in native precision |
supply | DOUBLE | Decimals-adjusted outstanding supply |
supply_usd | DOUBLE | Outstanding supply in USD |
circulating_supply | DOUBLE | Outstanding supply excluding issuer inventory, bridge lockboxes, xStocks system wallets, and custodian distributor omnibus. Null when holder reconstruction cannot be reconciled with outstanding supply |
circulating_supply_usd | DOUBLE | circulating_supply in USD. Null when circulating_supply or supply_usd is null |
circulating_supply_status | VARCHAR | ok, total_supply_unavailable, or exceeds_total_supply. Null when circulating supply is unavailable |
price_source | VARCHAR | Source of supply_usd: oracle, iex, coinpaprika, or prices_dex. Null when supply_usd is null |
last_updated | TIMESTAMP | Block time of the latest supply change reflected in this snapshot |