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.balances_daily
Table StatusProduction-Ready
Unique Keydate, address, token_address
Clustering Key(s)date, token_address

Table Columns

Column NameData TypeDescription
dateDATEThe UTC date this daily balance snapshot covers
addressVARCHAR(42)The wallet address holding the stablecoin
token_addressVARCHAR(42)Contract address of the stablecoin token
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt)
currencyVARCHAR(16777216)Underlying fiat currency the stablecoin pegs to (e.g. USD, EUR)
token_nameVARCHAR(16777216)Name of the stablecoin
token_symbolVARCHAR(16777216)Symbol of the stablecoin
raw_balance_strVARCHAR(16777216)Balance, unnormalized, as string to retain precision
balance_strVARCHAR(16777216)Balance, normalized, as string to retain precision
balanceFLOATBalance, normalized by token decimals
usd_balanceFLOATBalance in USD
usd_exchange_rateFLOATExchange rate used for USD conversion
price_sourceVARCHAR(16777216)Source used to determine the USD price (e.g. coingecko, peg)
last_activity_block_timestampTIMESTAMP_NTZ(9)Block timestamp of the most recent balance-changing activity
last_activity_block_numberNUMBER(38,0)Block number of the most recent balance-changing activity
unique_idVARCHAR(16777216)Unique identifier for the (date, address, token) row
_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.