Skip to main content
Circulating market cap, price, yield, holders, mints, redemptions and transfer activity. One row per thing per day, at two grains: asset and deployment.

Tables

A tab per grain. Coverage shows which issuers report which measure.
One row per asset per day. Price and yield belong to the asset itself; every other measure is the asset’s deployments added together.
TableValue columnWhat it holds
metrics_assets.price_dailypriceAsset price in USD (canonical across sources).
metrics_assets.app_tvl_dailyapp_tvlValue of the asset deposited into onchain apps — lending markets, DEX pools and vaults
metrics_assets.apy_dailyapyAnnualized yield, native-market-cap-weighted across deployments.
metrics_assets.market_cap_circulating_native_dailymarket_cap_circulating_nativeCirculating market cap of natively-issued deployments only.
metrics_assets.market_cap_circulating_bridged_dailymarket_cap_circulating_bridgedCirculating market cap of bridged deployments only, wrapped representations of supply issued elsewhere.
metrics_assets.market_cap_circulating_total_dailymarket_cap_circulating_totalCirculating market cap across every representation of the asset, native issuance plus bridged wrappers plus any off-chain component.
metrics_assets.market_cap_circulating_offchain_dailymarket_cap_circulating_offchainCirculating market cap the issuer reports off-chain, the portion of a fund’s NAV no token contract represents.
metrics_assets.holders_native_dailyholders_nativeDistinct holders across the asset’s natively-issued deployments only.
metrics_assets.holders_bridged_dailyholders_bridgedDistinct holders across the asset’s bridged deployments only.
metrics_assets.mints_native_dailymints_nativeValue minted (issued) on natively-issued deployments only.
metrics_assets.mints_bridged_dailymints_bridgedValue minted (issued) on bridged deployments only.
metrics_assets.mints_total_dailymints_totalValue minted (issued) across every deployment; a bridged mint is a distinct event, so this is a real total.
metrics_assets.redemptions_native_dailyredemptions_nativeValue redeemed (burned) on natively-issued deployments only.
metrics_assets.redemptions_bridged_dailyredemptions_bridgedValue redeemed (burned) on bridged deployments only.
metrics_assets.redemptions_total_dailyredemptions_totalValue redeemed (burned) across every deployment; a bridged burn is a distinct event, so this is a real total.
metrics_assets.transfer_count_native_dailytransfer_count_nativeNumber of transfers on natively-issued deployments only.
metrics_assets.transfer_count_bridged_dailytransfer_count_bridgedNumber of transfers on bridged deployments only.
metrics_assets.transfer_count_total_dailytransfer_count_totalNumber of transfers across every deployment; a bridged transfer is a distinct event, so this is a real total.
metrics_assets.transfer_volume_native_dailytransfer_volume_nativeValue transferred on natively-issued deployments only.
metrics_assets.transfer_volume_bridged_dailytransfer_volume_bridgedValue transferred on bridged deployments only.
metrics_assets.transfer_volume_total_dailytransfer_volume_totalValue transferred across every deployment; a bridged transfer is a distinct event, so this is a real total.
metrics_assets.user_dau_dailyuser_dauDistinct addresses sending the asset on the day, across every deployment.
metrics_assets.user_wau_dailyuser_wauDistinct addresses sending the asset in the trailing 7 days, across every deployment.
metrics_assets.user_mau_dailyuser_mauDistinct addresses sending the asset in the trailing 30 days, across every deployment.

Sample queries

Each measure is its own table, so a row with all three is a join on asset_id and timestamp, bounded on each side. Join with full join: a fund can publish a price on a day no supply figure landed.