Liquidity Pools
GET/v1/svm/pools
Returns AMM pool information from Solana DEX protocols with transaction counts.
Query Parameters
| Parameter | Description | Value |
|---|---|---|
networkstring | The Graph Network ID for SVM networks https://thegraph.com/networks
| Required solana |
ammstring | Filter by AMM address | |
amm_poolstring | Filter by AMM pool address | |
mintstring | Filter by mint address | |
program_idstring | Filter by program ID | |
protocolstring | Protocol name
| raydium_amm_v4 |
limitinteger | Number of items* returned in a single request.
| |
pageinteger | Page number to fetch.
|
Potential Responses
| Status | Description |
|---|---|
| 200 | Successful Response |
| 400 | Client side error |
| 401 | Authentication failed |
| 403 | Forbidden |
| 404 | Not found |
| 500 | Server side error |