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
| Property | Value |
|---|---|
| Table Name | stable.assets.marts_stable_assets__flow_summary |
| Table Status | Production-Ready |
| Unique Key | month, chain, token_symbol, flow_type, flow_category |
| Clustering Key(s) | month, chain |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| month | DATE | First day of the calendar month (UTC) that this aggregated row summarizes. |
| chain | VARCHAR(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_symbol | VARCHAR(16777216) | Ticker symbol of the token (e.g. “USDC”, “WETH”). |
| flow_type | VARCHAR(16777216) | The flow dimension being aggregated (e.g. cex, defi, payment_services, infrastructure), identifying which categorization the flow_category value belongs to. |
| flow_category | VARCHAR(16777216) | The specific flow category value within the flow_type dimension that this aggregated row summarizes (e.g. cex_inflow, cex_outflow). |
| categorized_usd_volume | FLOAT | Total USD transfer volume for this month, chain, token, and flow category. Excludes uncategorized transfers. |
| categorized_transaction_count | NUMBER(38,0) | Number of categorized transfers for this month, chain, token, and flow category. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |