blockchain | VARCHAR | Chain for the native balance source |
day | DATE | Balance snapshot date |
address | VARCHAR | Normalized holder address. 0x-hex on EVM, base58 on Solana, native form elsewhere |
token_symbol | VARCHAR | RWA token symbol where available |
token_address | VARCHAR | Normalized native token identifier as VARCHAR. Join key to the NAV tables after casting |
token_id | VARCHAR | Normalized cross-chain token identifier for joining to rwa_multichain.tokens |
token_standard | VARCHAR | Native token standard or asset namespace |
currency | VARCHAR | Token metadata currency where available |
balance_raw | DOUBLE | Raw token balance in the source token’s native precision |
balance | DOUBLE | Token balance adjusted for decimals |
balance_usd | DOUBLE | USD value of the balance from NAV, where coverage exists |
last_updated | TIMESTAMP | UTC timestamp when the balance last changed |