Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Namestable.assets.marts_stable_assets__volume_comparison
Table StatusProduction-Ready
Unique Keymonth, chain, token_symbol, type
Clustering Key(s)month, chain

Table Columns

Column NameData TypeDescription
monthDATEFirst day of the calendar month (UTC) that this aggregated row summarizes.
chainVARCHAR(16777216)Slug identifying the blockchain this record belongs to (e.g. ethereum, base, avalanche, solana). In per-chain tables this is always the same value; in cross-chain tables it identifies which chain the row came from.
token_symbolVARCHAR(16777216)Ticker symbol of the token (e.g. “USDC”, “WETH”).
typeVARCHAR(16777216)Volume measure being reported for this row: raw (unadjusted total transfer volume) or organic (adjusted volume with CEX, DEX, and infrastructure activity filtered out).
total_volume_usdFLOATTotal USD transfer volume for this month, chain, and token under the given type (raw or organic).
transaction_countNUMBER(38,0)Number of transfers included in this monthly aggregation for the given month, chain, and token.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.