---
title: "Derivatives Exchanges List (ID Map)"
method: GET
path: "/derivatives/exchanges/list"
tags: ["Derivatives"]
---

# Derivatives Exchanges List (ID Map)

`GET /derivatives/exchanges/list`

This endpoint allows you to **query all the derivatives exchanges with ID and name on CoinGecko**

## Response `200`

List all derivative exchanges name and identifier

- object[]
  - `id` string — derivatives exchange ID
  - `name` string — derivatives exchange name

## Changes

- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 2 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/derivatives/exchanges/list/get.md)

---

[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/fb6b6a203ce6/schema)
