Skip to main content
GET
/
v3
/
currencies
/
derivatives
Global Derivatives Snapshot
curl --request GET \
  --url https://api.cryptorank.io/v3/currencies/derivatives \
  --header 'X-Api-Key: <api-key>'
{
  "totalOpenInterest": "78912345678",
  "totalVolume24h": "234567890123",
  "perpetualShare": 82.4,
  "futuresShare": 17.6,
  "activeDerivativesExchanges": 42
}

Authorizations

X-Api-Key
string
header
required

Response

totalOpenInterest
string
required

Total open interest across all derivatives exchanges, USD

Example:

"78912345678"

totalVolume24h
string
required

Total 24h derivatives volume, USD

Example:

"234567890123"

perpetualShare
number
required

Perpetuals share of total derivatives volume, %

Example:

82.4

futuresShare
number
required

Futures share of total derivatives volume, %

Example:

17.6

activeDerivativesExchanges
number
required

Number of derivatives exchanges active in the last 24h

Example:

42