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 Namevana.stablecoins.transfers
Table StatusProduction-Ready
Unique Keyblock_timestamp::date, unique_id
Clustering Key(s)block_timestamp::date, token_address
Search Optimizationfrom_address, to_address, transaction_hash, token_address, token_symbol

Table Columns

Column NameData TypeDescription
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt)
is_nativeBOOLEANWhether the transfer was of a native (gas) token rather than ERC20
stablecoin_typeVARCHAR(16777216)Classification of the stablecoin (e.g. fiat-backed, crypto-backed)
currencyVARCHAR(16777216)Underlying fiat currency the stablecoin pegs to (e.g. USD, EUR)
from_addressVARCHAR(42)Sender of the stablecoin transfer
to_addressVARCHAR(42)Recipient of the stablecoin transfer
token_addressVARCHAR(42)Contract address of the stablecoin token
token_nameVARCHAR(16777216)Name of the stablecoin
token_symbolVARCHAR(16777216)Symbol of the stablecoin
raw_amount_strVARCHAR(16777216)Transfer amount, unnormalized, as string to retain precision
raw_amountFLOATTransfer amount, unnormalized
amount_strVARCHAR(16777216)Transfer 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_addressVARCHAR(42)The address that initiated the transaction containing the transfer
transaction_to_addressVARCHAR(42)The transaction’s to address (often a router or contract)
transaction_hashVARCHAR(66)Hash of the transaction containing the transfer
transaction_indexNUMBER(38,0)Index of the transaction within the block
log_indexNUMBER(38,0)Log index of the transfer event within the transaction
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the transfer
block_numberNUMBER(38,0)Block number of the transfer
block_hashVARCHAR(66)Block hash containing the transfer
unique_idVARCHAR(16777216)Unique identifier for the transfer event
_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.
_metadata_updated_atTIMESTAMP_NTZ(9)Timestamp when token metadata (name, symbol, etc.) was last updated