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

# Derivatives Tickers List

`GET /derivatives`

This endpoint allows you to **query all the tickers from derivatives exchanges on CoinGecko**

## Response `200`

List all derivative tickers

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

## Changes

- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 14 warning
  - the response's body type 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/fb6b6a203ce6/schema)
