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__flow_summary
Table StatusProduction-Ready
Unique Keymonth, chain, token_symbol, flow_type, flow_category
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”).
flow_typeVARCHAR(16777216)The flow dimension being aggregated (e.g. cex, defi, payment_services, infrastructure), identifying which categorization the flow_category value belongs to.
flow_categoryVARCHAR(16777216)The specific flow category value within the flow_type dimension that this aggregated row summarizes (e.g. cex_inflow, cex_outflow).
categorized_usd_volumeFLOATTotal USD transfer volume for this month, chain, token, and flow category. Excludes uncategorized transfers.
categorized_transaction_countNUMBER(38,0)Number of categorized transfers for this month, chain, token, and flow category.
_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.