cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/onchain/networks/{network}/dexes \ --header 'x-cg-pro-api-key: <api-key>'
{ "data": [ { "id": "uniswap_v2", "type": "dex", "attributes": { "name": "Uniswap V2" } }, { "id": "sushiswap", "type": "dex", "attributes": { "name": "SushiSwap" } }, { "id": "uniswap_v3", "type": "dex", "attributes": { "name": "Uniswap V3" } } ] }
This endpoint allows you to query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal
dex
page
network ID *refers to /networks
"eth"
page through results Default value: 1
Get list of supported DEXs on a network
Show child attributes
Was this page helpful?