Skip to main content

Overview

The metrics tables provide aggregated daily statistics for RWA tokens, including supply metrics, transfer activity, holder distribution, and pricing data.

Tables

Table NameDescription
crosschain.rwa.metrics_dailyDaily metrics combining supply, transfer, transaction, and user activity.
crosschain.rwa.prices_dailyDaily prices for RWA tokens across different blockchains.

Table Columns

Daily metrics for RWA tokens combining supply, transfer, transaction and user activity.Unique key: date, chain, token_address
Column NameDescription
dateThe date of the metrics (daily granularity)
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
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
chainThe blockchain network (ethereum, solana, aptos, sui, stellar, etc.)
token_addressThe contract/asset address of the RWA token
token_symbolThe symbol of the RWA token
token_nameThe name of the RWA token
supplyTotal circulating supply of the token on this date
supply_deltaChange in supply from the previous day
price_usdPrice of the token in USD (forward-filled for gaps)
market_cap_usdMarket capitalization (price_usd * supply)
transfer_countTotal number of transfers on this date
mint_countNumber of mint events on this date
burn_countNumber of burn events on this date
active_addressesNumber of distinct addresses that have interacted with the token on this date (including sender and receiver)
distinct_transactionsNumber of distinct transactions on this date
distinct_sendersNumber of distinct sender addresses (from_address) on this date
distinct_recipientsNumber of distinct recipient addresses (to_address) on this date
mints_amountTotal amount of tokens minted (decimal adjusted)
burns_amountTotal amount of tokens burned (decimal adjusted)
transfer_amountTotal amount of tokens transferred (decimal adjusted)
burns_usdTotal USD value of burns
mints_usdTotal USD value of mints
transfers_usdTotal USD value of transfers (excluding mints and burns)
holdersNumber of current holders (addresses with non-zero balance) on this date
all_time_holdersCumulative count of all addresses that have ever held the token up to this date
avg_balanceAverage token balance across all holders on this date
median_balanceMedian token balance across all holders on this date
max_balanceMaximum token balance held by any single address on this date
avg_usd_balanceAverage USD balance across all holders on this date
median_usd_balanceMedian USD balance across all holders on this date
max_usd_balanceMaximum USD balance held by any single address on this date
_created_atThe timestamp when this record was created
_updated_atThe timestamp when this record was last updated