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.dex.pool_balance_changes_daily
Table StatusProduction-Ready
Unique Keyblock_date, liquidity_pool_address, token_address
Clustering Key(s)block_date::date, project
Search Optimizationliquidity_pool_address, token_address

Table Columns

Column NameData TypeDescription
block_dateTIMESTAMP_NTZ(9)The UTC date this daily pool balance snapshot covers
projectVARCHAR(134217728)Name of the project (e.g. uniswap)
protocolVARCHAR(134217728)Protocol name (e.g. uniswap_v2, uniswap_v3)
pool_nameVARCHAR(134217728)Human-readable pool name (typically token0/token1)
liquidity_pool_addressVARCHAR(134217728)Contract address of the liquidity pool
token_addressVARCHAR(134217728)Contract address of the token held in the pool
raw_balance_strVARCHAR(134217728)Pool’s token reserve, unnormalized, as string for precision
raw_balanceFLOATPool’s token reserve, unnormalized
balance_strVARCHAR(134217728)Pool’s token reserve, normalized, as string for precision
balanceFLOATPool’s token reserve, normalized by token decimals
usd_balanceFLOATUSD value of the pool’s reserve of this token
usd_exchange_rateFLOATExchange rate used for USD conversion
block_timestampTIMESTAMP_NTZ(9)Block timestamp at which the balance was captured
block_numberNUMBER(38,0)Block number at which the balance was captured
_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.