Tables
A tab per grain. Coverage shows which issuers report which measure.- Stablecoin
- Deployment
One row per stablecoin per day.
| Table | Value column | What it holds |
|---|---|---|
metrics_assets.market_cap_circulating_total_daily | market_cap_circulating_total | Circulating market cap across every representation of the asset, native issuance plus bridged wrappers plus any off-chain component. |
metrics_assets.app_tvl_daily | app_tvl | Value of the asset deposited into onchain apps — lending markets, DEX pools and vaults |
metrics_assets.market_cap_circulating_native_daily | market_cap_circulating_native | Circulating market cap of natively-issued deployments only. |
metrics_assets.market_cap_circulating_bridged_daily | market_cap_circulating_bridged | Circulating market cap of bridged deployments only, wrapped representations of supply issued elsewhere. |
metrics_assets.market_cap_circulating_offchain_daily | market_cap_circulating_offchain | Circulating market cap the issuer reports off-chain, the portion of a fund’s NAV no token contract represents. |
metrics_assets.price_daily | price | Asset price in USD (canonical across sources). |
metrics_assets.off_peg_daily | off_peg | Deviation from the asset’s peg. |
metrics_assets.holders_native_daily | holders_native | Distinct holders across the asset’s natively-issued deployments only. |
metrics_assets.holders_bridged_daily | holders_bridged | Distinct holders across the asset’s bridged deployments only. |
metrics_assets.mints_total_daily | mints_total | Value minted (issued) across every deployment; a bridged mint is a distinct event, so this is a real total. |
metrics_assets.mints_native_daily | mints_native | Value minted (issued) on natively-issued deployments only. |
metrics_assets.mints_bridged_daily | mints_bridged | Value minted (issued) on bridged deployments only. |
metrics_assets.redemptions_total_daily | redemptions_total | Value redeemed (burned) across every deployment; a bridged burn is a distinct event, so this is a real total. |
metrics_assets.redemptions_native_daily | redemptions_native | Value redeemed (burned) on natively-issued deployments only. |
metrics_assets.redemptions_bridged_daily | redemptions_bridged | Value redeemed (burned) on bridged deployments only. |
metrics_assets.transfer_count_total_daily | transfer_count_total | Number of transfers across every deployment; a bridged transfer is a distinct event, so this is a real total. |
metrics_assets.transfer_count_native_daily | transfer_count_native | Number of transfers on natively-issued deployments only. |
metrics_assets.transfer_count_bridged_daily | transfer_count_bridged | Number of transfers on bridged deployments only. |
metrics_assets.transfer_volume_total_daily | transfer_volume_total | Value transferred across every deployment; a bridged transfer is a distinct event, so this is a real total. |
metrics_assets.transfer_volume_native_daily | transfer_volume_native | Value transferred on natively-issued deployments only. |
metrics_assets.transfer_volume_bridged_daily | transfer_volume_bridged | Value transferred on bridged deployments only. |
metrics_assets.user_dau_daily | user_dau | Distinct addresses sending the asset on the day, across every deployment. |
metrics_assets.user_wau_daily | user_wau | Distinct addresses sending the asset in the trailing 7 days, across every deployment. |
metrics_assets.user_mau_daily | user_mau | Distinct addresses sending the asset in the trailing 30 days, across every deployment. |
Sample queries
- Supply and peg together
- Stablecoins by supply
- One stablecoin by chain
- Native against bridged
- Stablecoin against its deployments
- Peg deviation across the sector
Each measure is its own table, so a row with both is a join on
asset_id and timestamp, bounded on each side. off_peg reads as a decimal fraction of the peg measured against the peg currency’s end-of-day rate, so -0.02 is two percent below.