GET
/
analytics
/
instruments
/
most-traded
/
tradfi
Instruments Most Traded
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/instruments/most-traded/tradfi \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "contractVolume": 19359,
        "currency": "IBIT",
        "exchange": "tradfi",
        "instrument": "IBIT-17JAN25-54-C",
        "maxIv": 74.47000122070312,
        "minIv": 53.66999816894531,
        "vwapIv": 66.03,
        "vwapPriceUsd": 5.64
      },
      {
        "contractVolume": 18179,
        "currency": "IBIT",
        "exchange": "tradfi",
        "instrument": "IBIT-17JAN25-54-P",
        "maxIv": 66.37000274658203,
        "minIv": 60.0099983215332,
        "vwapIv": 64.64,
        "vwapPriceUsd": 5.03
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:IBIT
required

[Required] The underlying currency for which there are listed option instruments. [Examples] IBIT | COIN

startDate
string<date-time>
default:2024-11-25

[Required] Payload only includes data after this date (inclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2024-11-25

endDate
string
default:2024-11-26

[Required] Payload only includes data before this date (exclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2024-11-26

timeFormat
string
default:hr

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200
application/json

200

The response is of type object.