---
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

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
