Skip to main content
GET
/
analytics
/
volatility
/
open-interest
/
tradfi
Open Interest
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/open-interest/tradfi \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "currency": "IBIT",
        "expirationTimestamp": "2025-05-02 00:00:00 000",
        "instrument": "IBIT-02MAY25-25-C",
        "instrumentNormalized": "TRADFI-IBIT-02MAY25-25-C",
        "openInterest": 23713,
        "putCall": "C",
        "strike": 25,
        "timestamp": "2025-04-30 00:00:00 000"
      },
      {
        "currency": "IBIT",
        "expirationTimestamp": "2025-05-02 00:00:00 000",
        "instrument": "IBIT-02MAY25-25-P",
        "instrumentNormalized": "TRADFI-IBIT-02MAY25-25-P",
        "openInterest": 12580,
        "putCall": "P",
        "strike": 25,
        "timestamp": "2025-04-30 00:00:00 000"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:IBIT
required
strike
string
expiration
string
putCall
string
timestamp
string
required
timeFormat
string
default:hr

Response

status
integer
title
string
description
string
payload
object