Liquidity Pools
GET/v1/svm/pools
Returns AMM pool information from Solana DEX protocols with transaction counts.
Query Parameters
| Parameter | Descripción | 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  | |
input_mintstring  | Filter by mint address  | |
output_mintstring  | Filter by mint address  | |
program_id | Filter by program ID  | |
limitinteger  | Number of items* returned in a single request. 
  | |
pageinteger  | Page number to fetch. 
  | 
Potential Responses
| Estado | Descripción | 
|---|---|
| 200 | Successful Response  | 
| 400 | Client side error  | 
| 401 | Authentication failed  | 
| 403 | Forbidden  | 
| 404 | Not found  | 
| 500 | Server side error  |