Datasets
Pool
Raw pool data capturing liquidity venues and their token reserves.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The API is currently in development and is not yet available for production use. Please check back later.
Raw pool data capturing liquidity venues and their token reserves.
| Field | Type | Description |
|---|---|---|
chain_id | Integer | Chain the pool is deployed on |
protocol | Protocol | DEX protocol that owns the pool |
event_type | Event Type | Pool event that produced this update. |
pool_address | String [address] | Pool address |
vaults | Array(Vault) | Pool vaults |
block_number | Integer | Block number |
block_time | String [date-time] | Timestamp of the block |
tx_hash | String [hash] | Transaction hash |
| Value | Description |
|---|---|
create | A new pool was created. |
swap | A swap was executed against the pool. |
add_liquidity | Liquidity was added to the pool. |
remove_liquidity | Liquidity was removed from the pool. |
| Field | Type | Description |
|---|---|---|
vault_address | String [address] | Vault address |
token_address | String [address] | Token address |
amount | Number | Amount of token |
usd_amount | Number [USD] | Value of the vault’s token amount |
Was this page helpful?