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.tvl_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Calendar date (UTC) of the daily TVL snapshot.
projectVARCHAR(16777216)Name of the DEX protocol’s project (e.g., Casperswap).
protocolVARCHAR(16777216)Specific protocol variant or version identifier.
pool_nameVARCHAR(16777216)Human-readable pool identifier (e.g., “CSPR-USDC”).
liquidity_pool_addressVARCHAR(16777216)Address of the liquidity pool contract.
token_addressVARCHAR(16777216)Address of the token held in the pool.
token_nameVARCHAR(16777216)Human-readable name of the token.
token_symbolVARCHAR(16777216)Ticker symbol of the token.
token_decimalsNUMBER(38,0)Number of decimals used to convert raw amounts to human-readable amounts.
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.
balance_strVARCHAR(16777216)End-of-day human-readable balance adjusted for decimals as a string.
balanceFLOATEnd-of-day human-readable balance adjusted for token decimals.
usd_balanceFLOATUSD value of the token balance at the end of the day.
usd_exchange_rateFLOATUSD price per unit of the token at the end of the day.
last_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last block reflected in the daily snapshot.
last_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.