blast.defi Table: dim_dex_liquidity_pools Type: View
This table contains details on decentralized exchange (DEX) liquidity pools (LP) on the base
blockchain, including the tokens, symbols and decimals within each pool alongside the following
protocols: BLADESWAP, BLASTERSWAP, FENIX, RING, SUSHI, and THRUSTER.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| CREATION_BLOCK | NUMBER | The block number of when this pool was created. |
| CREATION_TIME | TIMESTAMP_NTZ | The block timestamp of when this pool was created. |
| CREATION_TX | TEXT | The transaction where this contract was created. |
| PLATFORM | TEXT | The protocol or platform that the liquidity pool belongs to or swap occurred on. |
| FACTORY_ADDRESS | TEXT | The address that created or deployed this pool, where available. |
| POOL_ADDRESS | TEXT | The contract address for the liquidity pool. |
| POOL_NAME | TEXT | The name of the liquidity pool, where available. In some cases, the pool name is a concatenation of symbols or token addresses. |
| TOKENS | OBJECT | The address for the token included in the liquidity pool, as a JSON object. |