GET
/
analytics
/
instruments
/
information
/
tradfi
Options Instruments
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/instruments/information/tradfi \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-100-C",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-100-C",
        "putCall": "C",
        "strike": 100
      },
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-100-P",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-100-P",
        "putCall": "P",
        "strike": 100
      },
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-30-C",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-30-C",
        "putCall": "C",
        "strike": 30
      },
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-30-P",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-30-P",
        "putCall": "P",
        "strike": 30
      },
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-31-C",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-31-C",
        "putCall": "C",
        "strike": 31
      },
      {
        "currency": "IBIT",
        "endDate": 1732035000000,
        "exchange": "tradfi",
        "expiration": 1734652800000,
        "instrument": "TRADFI-IBIT-20DEC24-31-P",
        "multiplier": 100,
        "nativeInstrument": "IBIT-20DEC24-31-P",
        "putCall": "P",
        "strike": 31
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:IBIT

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

expiration
string<date-time>

[Optional] Filter records based on the specified expiration date. [Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

timestamp
string<date-time>

[Optional] A select historical timestamp for which a list of option instruments were active at the time. [Examples] 2024-11-20T00:00:00.000Z Supported Formats: milliseconds | ms* | iso | iso8601 | hr | human_readable

timeFormat
string

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

Response

200
application/json

Successful request

The response is of type object.