Skip to main content
GET
/
v3
/
global
/
derivatives
Global derivatives snapshot
curl --request GET \
  --url https://api.cryptorank.io/v3/global/derivatives \
  --header 'X-Api-Key: <api-key>'
{
  "totalOpenInterest": "78912345678",
  "totalVolume24h": "234567890123",
  "dexShare": 12.5,
  "cexShare": 87.5,
  "activeDerivativesExchanges": 42
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
totalOpenInterest
string
required

Total Open Interest in USD

Example:

"78912345678"

totalVolume24h
string
required

Total derivatives 24h volume in USD

Example:

"234567890123"

dexShare
number
required

DEX share % of derivatives volume

Example:

12.5

cexShare
number
required

CEX share % of derivatives volume

Example:

87.5

activeDerivativesExchanges
number
required

Active derivatives exchanges count

Example:

42