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 Balances Daily table contains one row per (address, stablecoin, date) capturing the address’s closing balance for each day. Use it for holder segmentation, treasury and issuer balance monitoring, and time-series of who is holding what.

Table Columns

Unique Key: date, address, token_address
Column NameData TypeDescription
dateDATEThe UTC date this daily balance snapshot covers
addressVARCHARThe wallet address holding the stablecoin
token_addressVARCHARContract address of the stablecoin token
product_idVARCHARAllium stablecoin product identifier (e.g. usdc, usdt)
currencyVARCHARThe reference currency the stablecoin is pegged to (e.g. USD, EUR)
token_nameVARCHARName of the stablecoin
token_symbolVARCHARSymbol of the stablecoin
raw_balance_strVARCHARBalance, unnormalized, as string to retain precision
balance_strVARCHARBalance, normalized, as string to retain precision
balanceFLOATBalance, normalized by token decimals
usd_balanceFLOATBalance in USD
usd_exchange_rateFLOATExchange rate used for USD conversion
price_sourceVARCHARSource 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_numberINTEGERBlock number of the most recent balance-changing activity
unique_idVARCHARUnique identifier for the (date, address, token) row