Liquidity Pools
GET/v1/svm/pools
Returns AMM pool information from Solana DEX protocols with transaction counts.
Параметры запроса
Parameter | Описание | Value |
---|---|---|
network string | The Graph Network ID for SVM networks https://thegraph.com/networks
| Required solana |
amm string | Filter by AMM address | |
amm_pool string | Filter by AMM pool address | |
input_mint string | Filter by mint address | |
output_mint string | Filter by mint address | |
program_id | Filter by program ID | |
limit integer | Number of items* returned in a single request.
| |
page integer | Page number to fetch.
|
Potential Responses
Статус | Описание |
---|---|
200 | Successful Response |
400 | Client side error |
401 | Authentication failed |
403 | Forbidden |
404 | Not found |
500 | Server side error |