Skip to main content

Overview

The supply tables track the circulating supply of RWA tokens over time, including daily snapshots and individual mint/burn events that change the supply. The complete coverage of RWA tokens is available in the crosschain.rwa.tokens table.

Tables

Table NameDescription
crosschain.rwa.supplyDaily supply snapshots of RWA tokens across different blockchains.
crosschain.rwa.supply_changeTransfers that resulted in supply changes (mints and burns) of RWA tokens.

Table Columns

Daily supply snapshots of RWA tokens.Unique key: date, chain, token_address
Column NameDescription
dateThe date of the supply snapshot
rwa_class(Deprecated — removed March 15, 2026) Classification of the RWA token. Use asset_class and asset_type instead.
asset_classTop-level V2 classification (rates, equities, credit, fx, commodities, private_funds, real_estate)
asset_typeGranular V2 sub-classification within the asset class
product_idUnique identifier for the RWA product
product_nameHuman-readable name of the RWA product
chainThe blockchain network (ethereum, solana, aptos, sui, stellar, arbitrum, polygon, etc.)
token_addressThe contract/asset address of the RWA token
token_symbolThe symbol of the RWA token
token_nameThe name of the RWA token
supply_deltaThe change in supply of the RWA token on the given day
supplyThe total circulating supply of the RWA token on the given day
price_usdThe price of the RWA token in USD on the given day
market_cap_usdThe market cap of the RWA token on the given day (calculated as price_usd * supply)
issuer_idUnique identifier for the token issuer
issuer_nameHuman-readable name of the token issuer
platform_idUnique identifier for the platform
platform_nameHuman-readable name of the platform
_created_atThe timestamp when this record was created
_updated_atThe timestamp when this record was last updated