Overview
The balances tables provide information about RWA token holdings across different wallet addresses. This includes both historical daily snapshots and the latest balance state for each holder.Tables
Table Columns
- Balances Daily
- Balances Latest
Daily historical balances for RWA token holders across different blockchains. This model forward-fills balances to provide a complete daily time series for each holder.Unique key:
date, chain, address, token_addressLegacy Schema
Legacy Schema
crosschain.rwa.balances_daily is deprecated in favor of rwa.core.balances_daily above, and crosschain.rwa.balances_latest is deprecated in favor of rwa.core.balances_latest above. Both remain queryable, but new work should use the current schema.