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

# Derivatives Exchanges List with Data

`GET /derivatives/exchanges`

To query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko

## Query parameters

- `order` 'name_asc' | 'name_desc' | 'open_interest_btc_asc' | 'open_interest_btc_desc' | 'trade_volume_24h_btc_asc' | 'trade_volume_24h_btc_desc'
- `per_page` integer
- `page` integer

## Response `200`

List of derivative exchanges with data

- object[]
  - `name` string, required — Derivatives exchange name
  - `id` string, required — Derivatives exchange ID
  - `open_interest_btc` number, required — Derivatives exchange open interest in BTC
  - `trade_volume_24h_btc` string, required — Derivatives exchange trade volume in BTC in 24 hours
  - `number_of_perpetual_pairs` integer, required — Number of perpetual pairs in the derivatives exchange
  - `number_of_futures_pairs` integer, required — Number of futures pairs in the derivatives exchange
  - `image` string, required — Derivatives exchange image URL
  - `year_established` integer, nullable, required — Derivatives exchange established year
  - `country` string, nullable, required — Derivatives exchange incorporated country
  - `description` string, required — Derivatives exchange description
  - `url` string, required — Derivatives exchange website URL

## Changes

- **2026-05-28** `11cc9e00fd86` — 2 breaking, 12 info
  - for the `query` request parameter `page`, the type/format was changed from `number`/`` to `integer`/``
  - for the `query` request parameter `per_page`, the type/format was changed from `number`/`` to `integer`/``
  - api tag `Derivatives` removed
  - the response property `items/country` became required for the status `200`
  - …10 more
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 11 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `country` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/derivatives/exchanges/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)
