monad.defi Table: ez_dex_liquidity_pool_actions Type: View
What
This table provides a comprehensive view of liquidity pool actions across major decentralized exchanges (DEXs) on EVM blockchains. Each row represents one token in a liquidity pool action. For example, if a user adds WETH and USDC to a pool, there will be 2 rows: one for WETH and one foColumns
| Column Name | Data Type | Description |
|---|---|---|
| AMOUNT | FLOAT | Decimal-adjusted amount of the individual token in this a… |
| AMOUNT_UNADJ | FLOAT | Raw, non-decimal adjusted amount of the individual token … |
| AMOUNT_USD | FLOAT | USD value of the individual token amount at the time of t… |
| BLOCK_NUMBER | NUMBER | Sequential counter representing the position of a block i… |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the block was produced by validators/m… |
| DECIMALS | TEXT | The number of decimal places for the individual token. |