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.

The Stablecoins Transfers table is the unified record of every on-chain stablecoin movement — every USDC, USDT, DAI, PYUSD, FDUSD, etc. transfer in one schema. Each row captures sender, receiver, raw and normalized amounts, USD value at the time of transfer, and the transaction context. Rows are surfaced raw — applying a heuristic on top (e.g. filtering programmatic bot, arbitrage, and market-making activity) is what turns this into “adjusted” settlement volume.

Table Columns

Unique Key: block_timestamp::date, unique_id
Column NameData TypeDescription
product_idVARCHARAllium stablecoin product identifier (e.g. usdc, usdt)
is_nativeBOOLEANWhether the transfer was of a chain-native stablecoin issuance (vs. a bridged/wrapped representation)
stablecoin_typeVARCHARBacking model of the stablecoin (e.g. fiat-backed, crypto-collateralized, algorithmic)
currencyVARCHARThe reference currency the stablecoin is pegged to (e.g. USD, EUR)
from_addressVARCHARSender of the stablecoin transfer
to_addressVARCHARRecipient of the stablecoin transfer
token_addressVARCHARContract address of the stablecoin token
token_nameVARCHARName of the stablecoin
token_symbolVARCHARSymbol of the stablecoin
raw_amount_strVARCHARTransfer amount, unnormalized, as string to retain precision
raw_amountFLOATTransfer amount, unnormalized
amount_strVARCHARTransfer amount, normalized, as string to retain precision
amountFLOATTransfer amount, normalized by token decimals
usd_amountFLOATTransfer amount valued in USD at the time of transfer
usd_exchange_rateFLOATExchange rate used for USD conversion
transaction_from_addressVARCHARThe address that initiated the transaction containing the transfer
transaction_to_addressVARCHARThe transaction’s to address (often a router or contract)
transaction_hashVARCHARHash of the transaction containing the transfer
transaction_indexINTEGERIndex of the transaction within the block
log_indexINTEGERLog index of the transfer event within the transaction
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the transfer
block_numberINTEGERBlock number of the transfer
block_hashVARCHARBlock hash containing the transfer
unique_idVARCHARUnique identifier for the transfer event
_metadata_updated_atTIMESTAMP_NTZ(9)Timestamp when token metadata (name, symbol, etc.) was last updated