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

# Derivatives Exchanges List with Data

`GET /derivatives/exchanges`

This endpoint allows you 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` number
- `page` number

## Response `200`

List all derivative exchanges

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

## Changes

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