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__categorized_transfers
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
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.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes.
token_symbolVARCHAR(16777216)Ticker symbol of the token (e.g. “USDC”, “WETH”).
token_addressVARCHAR(16777216)Contract address of the token. For EVM chains, native currency (e.g. ETH, MATIC) is represented as the zero address (0x0000000000000000000000000000000000000000). For Solana, this is the mint address.
base_assetVARCHAR(16777216)Canonical name of the stablecoin (e.g. USDC, USDT, DAI). Groups together all deployments of the same stablecoin across chains and issuers.
from_addressVARCHAR(16777216)Address that initiated or sent from in this event. For token transfers, the account whose balance decreased. For transactions, the transaction sender (msg.sender).
to_addressVARCHAR(16777216)Address that received in this event. For token transfers, the account whose balance increased. For transactions, the destination address (may be a smart contract).
usd_amountFLOATUSD value of the token amount at the time of the event, computed using the hourly USD exchange rate.
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
monthDATEFirst day of the calendar month (UTC) that this aggregated row summarizes.
from_primary_categoryVARCHAR(16777216)Primary entity category assigned to the sending address (e.g. cex, defi, payment_services, infrastructure), used to classify the source side of the transfer.
to_primary_categoryVARCHAR(16777216)Primary entity category assigned to the receiving address (e.g. cex, defi, payment_services, infrastructure), used to classify the destination side of the transfer.
cex_flow_categoryVARCHAR(16777216)Centralized-exchange flow classification for the transfer (e.g. cex_inflow, cex_outflow, cex_internal), derived from the entity categories of the sending and receiving addresses.
defi_flow_categoryVARCHAR(16777216)DeFi flow classification for the transfer, derived from whether the sending and/or receiving address is a DeFi protocol contract.
payment_services_flow_categoryVARCHAR(16777216)Payment-services flow classification for the transfer, derived from whether the sending and/or receiving address belongs to a payment-services provider.
infrastructure_flow_categoryVARCHAR(16777216)Infrastructure flow classification for the transfer (e.g. bridge, treasury, or other infrastructure addresses), derived from the entity categories of the sending and receiving addresses.
_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.