Read-only preview
You're browsing the public OpenAPI spec. Sign in to send live requests with your team's API key.
EVM DEXs
Supported DEXs
FREEGET
https://api.pinax.network/v1/evm/dexes
Supported networks (9)
Required parameters
| Name | Type | Description |
|---|---|---|
networkrequired query | Enum · 9 | The Graph Network ID for EVM networks https://thegraph.com/networks arbitrum-oneavalanchebasebschyperevmmainnetoptimismpolygonunichain e.g. mainnet |
Optional parameters
| Name | Type | Description |
|---|---|---|
limit query | integer | Number of items* returned in a single request. *Plan restricted. |
page query | integer | Page number to fetch. Empty data array signifies end of results. |
Response
200 OK{ "data": [ { "factory": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f", "protocol": "uniswap_v2", "uaw": 10432787, "transactions": 16029788, "last_activity": "2025-11-06 16:00:00", "network": "mainnet" } ] }