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 |
|---|---|---|
id | Integer | Unique identifier for the pool |
protocol | Protocol | DEX protocol that owns the pool |
event_type | Event Type | Pool event that produced this update. |
program_address | String [address] | Program address that owns the pool |
pool_address | String [address] | Pool address |
vaults | Array(Vault) | Pool vaults |
block_slot | Integer | Solana block slot number |
block_time | String [date-time] | Timestamp of the block |
tx_hash | String | Transaction signature |
| 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 |
Was this page helpful?