Token API > SVM DEX Endpoints
Supported DEXs
GET/v1/svm/dexes
Returns supported Solana DEXs.
Query Parameters
| Parameter | Description | Value |
|---|---|---|
networkstring | The Graph Network ID for SVM networks https://thegraph.com/networks
| Required solana |
ammstring | Filter by AMM address | |
program_id | Filter by program ID | |
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 |