---
title: "Supported Dexes List by Network (ID Map)"
method: GET
path: "/onchain/networks/{network}/dexes"
tags: ["Dexes"]
---

# Supported Dexes List by Network (ID Map)

`GET /onchain/networks/{network}/dexes`

This endpoint allows you to **query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal**

## Path parameters

- `network` string, required

## Query parameters

- `page` integer

## Response `200`

Get list of supported DEXs on a network

- DexesList
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/0484eb6fcafa/schema)
