GET
/
analytics
/
trades-flow
/
options-yields
/
tradfi
Options Yields
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/trades-flow/options-yields/tradfi \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "absoluteYield": 0.5950772997764864,
        "annualization": 0.4685494223363286,
        "annualizedYield": 0.278823125055735,
        "expirationTimestamp": "2027-01-15 00:00:00 000",
        "indexPrice": 354.20001,
        "instrumentNormalized": "TRADFI-MSTR-15JAN27-1080-C",
        "markPrice": 132.1418,
        "putCall": "Call",
        "strike": 1080,
        "timestamp": "2024-11-26 20:55:00 000",
        "yieldStrategy": "cashSecuredPut"
      },
      {
        "absoluteYield": 0.5989923639765177,
        "annualization": 0.4685494223363286,
        "annualizedYield": 0.2806575261250693,
        "expirationTimestamp": "2027-01-15 00:00:00 000",
        "indexPrice": 354.20001,
        "instrumentNormalized": "TRADFI-MSTR-15JAN27-1070-C",
        "markPrice": 132.6855,
        "putCall": "Call",
        "strike": 1070,
        "timestamp": "2024-11-26 20:55:00 000",
        "yieldStrategy": "cashSecuredPut"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:MSTR
required

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

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.