---
title: "Derivatives Exchange Data by ID"
method: GET
path: "/derivatives/exchanges/{id}"
tags: ["Derivatives"]
---

# Derivatives Exchange Data by ID

`GET /derivatives/exchanges/{id}`

This endpoint allows you to **query the derivatives exchange's related data (ID, name, open interest, ...) based on the exchanges' ID**

## Path parameters

- `id` string, required

## Query parameters

- `include_tickers` 'all' | 'unexpired'

## Response `200`

Get derivative exchange data

- DerivativesExchangesID
  - `name` string — derivatives exchange name
  - `open_interest_btc` number — derivatives exchange open interest in BTC
  - `trade_volume_24h_btc` number — 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
  - `tickers` DerivativesTickersItems[]
    - `symbol` string — derivative ticker symbol
    - `base` string — derivative base asset
    - `target` string — derivative target asset
    - `coin_id` string — derivative base asset coin ID
    - `target_coin_id` string — derivative target asset coin ID
    - `trade_url` string — derivative trade url
    - `contract_type` string — derivative contract type
    - `last` number — derivative last price
    - `h24_percentage_change` number — derivative price percentage change in 24 hours
    - `index` number — derivative underlying asset price
    - `index_basis_percentage` number — difference of derivative price and index price in percentage
    - `bid_ask_spread` number — derivative bid ask spread
    - `funding_rate` number — derivative funding rate
    - `open_interest_usd` number — derivative open interest in USD
    - `h24_volume` number — derivative volume in 24 hours
    - `converted_volume` object
      - `btc` string
      - `eth` string
      - `usd` string
    - `converted_last` object
      - `btc` string
      - `eth` string
      - `usd` string
    - `last_traded` number — derivative last updated time
    - `expired_at` string, nullable

## Changes

- **2025-10-06** `9782d0fc256c` — 1 breaking, 9 warning, 14 info
  - the `trade_volume_24h_btc` response's property type/format changed from `string`/`` to `number`/`` for status `200`
  - removed the optional property `tickers/items/basis` from the response with the `200` status
  - removed the optional property `tickers/items/index_id` from the response with the `200` status
  - removed the optional property `tickers/items/last_traded_at` from the response with the `200` status
  - …20 more

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