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
| Property | Value |
|---|---|
| Table Name | casper.dex.tvl_daily |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | Calendar date (UTC) of the daily TVL snapshot. |
| project | VARCHAR(16777216) | Name of the DEX protocol’s project (e.g., Casperswap). |
| protocol | VARCHAR(16777216) | Specific protocol variant or version identifier. |
| pool_name | VARCHAR(16777216) | Human-readable pool identifier (e.g., “CSPR-USDC”). |
| liquidity_pool_address | VARCHAR(16777216) | Address of the liquidity pool contract. |
| token_address | VARCHAR(16777216) | Address of the token held in the pool. |
| token_name | VARCHAR(16777216) | Human-readable name of the token. |
| token_symbol | VARCHAR(16777216) | Ticker symbol of the token. |
| token_decimals | NUMBER(38,0) | Number of decimals used to convert raw amounts to human-readable amounts. |
| raw_balance_str | VARCHAR(16777216) | End-of-day raw pool balance in the token’s smallest unit as a string. |
| raw_balance | FLOAT | End-of-day raw pool balance in the token’s smallest unit. |
| balance_str | VARCHAR(16777216) | End-of-day human-readable balance adjusted for decimals as a string. |
| balance | FLOAT | End-of-day human-readable balance adjusted for token decimals. |
| usd_balance | FLOAT | USD value of the token balance at the end of the day. |
| usd_exchange_rate | FLOAT | USD price per unit of the token at the end of the day. |
| last_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the last block reflected in the daily snapshot. |
| last_block_number | NUMBER(38,0) | Height of the last block reflected in the daily snapshot. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |