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

Table Columns

Column NameData TypeDescription
block_dateDATECalendar date (UTC) of the pool balance snapshot.
projectVARCHAR(16777216)Name of the DEX protocol’s project (e.g., Casperswap).
protocolVARCHAR(16777216)Specific protocol variant or version identifier.
liquidity_pool_addressVARCHAR(16777216)Address of the liquidity pool contract.
token_addressVARCHAR(16777216)Address of the token whose pool balance is recorded.
raw_balance_strVARCHAR(16777216)End-of-day raw pool balance in the token’s smallest unit as a string.
raw_balanceFLOATEnd-of-day raw pool balance in the token’s smallest unit.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the last block reflected in the daily snapshot.
block_numberNUMBER(38,0)Height of the last block reflected in 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.