---
title: "Derivatives Tickers List"
method: GET
path: "/derivatives"
---

# Derivatives Tickers List

`GET /derivatives`

To query all the tickers from derivatives exchanges on CoinGecko

## Response `200`

List of derivative tickers

- object[]
  - `market` string, required — Derivative market name
  - `symbol` string, required — Derivative ticker symbol
  - `index_id` string, required — Derivative underlying asset
  - `price` string, required — Derivative ticker price
  - `price_percentage_change_24h` number, required — Derivative ticker price percentage change in 24 hours
  - `contract_type` string, required — Derivative contract type
  - `index` number, required — Derivative underlying asset price
  - `basis` number, required — Difference of derivative price and index price
  - `spread` number, required — Derivative bid-ask spread
  - `funding_rate` number, required — Derivative funding rate
  - `open_interest` number, required — Derivative open interest
  - `volume_24h` number, required — Derivative trading volume in 24 hours
  - `last_traded_at` number, required — Derivative last traded time in UNIX timestamp
  - `expired_at` number, nullable, required — Derivative expiry time in UNIX timestamp

## Changes

- **2026-05-28** `11cc9e00fd86` — 1 breaking, 15 info
  - the `items/expired_at` response's property type/format changed from `string`/`` to `number`/`` for status `200`
  - api tag `Derivatives` removed
  - the response property `items/basis` became required for the status `200`
  - the response property `items/contract_type` became required for the status `200`
  - …12 more
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 14 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `basis` from the response with the `200` status
  - removed the optional property `contract_type` from the response with the `200` status
  - removed the optional property `expired_at` from the response with the `200` status
  - …11 more

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