---
title: "Derivatives Exchanges List"
method: GET
path: "/derivatives/exchanges/list"
---

# Derivatives Exchanges List

`GET /derivatives/exchanges/list`

To query all the derivatives exchanges with ID and name on CoinGecko

## Response `200`

List of derivative exchange identifiers and names

- object[]
  - `id` string, required — Derivatives exchange ID
  - `name` string, required — Derivatives exchange name

## Changes

- **2026-05-28** `11cc9e00fd86` — 3 info
  - api tag `Derivatives` removed
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 2 warning
  - the response's body type/format 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/006c13c1a566/schema)
