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.liquidity_pools
Table StatusProduction-Ready
Search Optimizationliquidity_pool_address, token0_address, token1_address

Table Columns

Column NameData TypeDescription
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.
factory_addressVARCHAR(16777216)Address of the factory contract that created the pool.
token0_addressVARCHAR(16777216)Address of token0 (the first token in the pool by sort order).
token0_nameVARCHAR(16777216)Human-readable name of token0.
token0_symbolVARCHAR(16777216)Ticker symbol of token0.
token0_decimalsNUMBER(38,0)Decimals of token0.
token1_addressVARCHAR(16777216)Address of token1 (the second token in the pool by sort order).
token1_nameVARCHAR(16777216)Human-readable name of token1.
token1_symbolVARCHAR(16777216)Ticker symbol of token1.
token1_decimalsNUMBER(38,0)Decimals of token1.
pool_nameVARCHAR(16777216)Human-readable pool identifier (e.g., “CSPR-USDC”).
transaction_hashVARCHAR(16777216)Hash of the transaction that created the pool.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_numberNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(16777216)Hash of the block this event was included in.
_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.