stablecoins.metrics.volume_daily table aggregates stablecoin activity from stablecoins.core.transfers by day, chain and token address, joined to registry metadata so you get product/issuer fields without an extra join.
It includes an adjusted volume methodology (organic-activity filtering) alongside raw volume metrics.
Adjusted columns are only populated for chains where the organic-activity classification pipeline runs — check has_adjusted_volume before relying on them.
For more on how Allium calculates adjusted volume and filters out non-organic activity (CEX, DeFi, and infrastructure transfers), see the Payments Pipeline overview.
chain, activity_date, token_address
Sample Query
Get the monthly stablecoin transfer metrics for USD currencies in the last 24 months, using adjusted volume where availableTable Columns
- Metrics
Legacy Schema
Legacy Schema
crosschain.metrics.stablecoin_volume is deprecated in favor of stablecoins.metrics.volume_daily above, which adds registry metadata (issuer, peg mechanism) and a wider set of adjusted-volume columns. It remains queryable, but new work should use the current schema.The crosschain.metrics.stablecoin_volume table aggregates stablecoin activity from crosschain.stablecoin.transfers by day, chain and token address.It includes adjusted activity metrics using the following methodologies:- Single Direction Max Transfer - only the largest stablecoin amount transferred within a single transaction is counted
- Single Direction Net Transfer - the largest net stablecoin amount transferred per token, to a single address, for each transaction, is counted
- Entity Adjusted, Single Direction Max Transfer - in addition, to applying the Single Direction Max Transfer logic, this methodology also uses labels & heuristics to remove bot related activity (e.g. if an address does more than 1,000 transactions and $10m in transfer volume in a rolling 30-day window), or intra-exchange volume (i.e. when transfers are made between two CEX/DEX addresses)
Sample Query
Get the monthly stablecoin transfer metrics for all USD currencies in the last 24 months, excluding anomalies and using the Entity Adjusted, Single Direction Max Transfer methodologyTable Columns
Unique Key:chain, activity_date, token_address- Raw Metrics
- Adjusted Metrics
