Skip to main content

Table Details

PropertyValue
Table Namehyperevm.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 date of the daily pool balance snapshot.
projectVARCHAR(16777216)The project or platform name (e.g., uniswap, sushiswap).
protocolVARCHAR(16777216)The specific protocol or version used (e.g., uniswap_v3).
pool_nameVARCHAR(16777216)The display name of the liquidity pool.
liquidity_pool_addressVARCHAR(16777216)The address of the liquidity pool.
token_addressVARCHAR(16777216)The contract address of the token in the pool.
raw_balance_strVARCHAR(16777216)The raw token balance in the pool as string to retain precision.
raw_balanceFLOATThe raw token balance in the pool (unnormalized).
balance_strVARCHAR(16777216)The token balance normalized by decimals, in string to retain precision.
balanceFLOATThe token balance in the pool, normalized by token decimals.
usd_balanceFLOATThe USD value of the token balance in the pool.
usd_exchange_rateFLOATThe USD exchange rate of the token at the time of the snapshot.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block used for the daily snapshot.
block_numberNUMBER(38,0)The block number used for the daily snapshot.
_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.