GET
/
analytics
/
trades-flow
/
decorated-trades
/
tradfi
Decorated Trades
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/trades-flow/decorated-trades/tradfi \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "currency": "IBIT",
        "delta": 0.43959,
        "exchange": "tradfi",
        "exchangeTimestamp": -62135596800000,
        "expirationTimestamp": -62135596800000,
        "gamma": 0.00903,
        "instrument": "IBIT-16JAN26-100-C",
        "instrumentNormalized": "TRADFI-IBIT-16JAN26-100.0-C",
        "postTradeAskPrice": 9.7,
        "postTradeBidPrice": 9.6,
        "postTradeMarkIv": 0.77772,
        "postTradeMarkPrice": 9.73688,
        "preTradeAskIv": 77.5999984741211,
        "preTradeAskPrice": 9.7,
        "preTradeAskVolume": 24,
        "preTradeBidIv": 77.18000030517578,
        "preTradeBidPrice": 9.6,
        "preTradeBidVolume": 2,
        "preTradeMidIv": 77.38668060302734,
        "preTradeMidPrice": 9.649999618530273,
        "priceUsd": 9.6,
        "putCall": "C",
        "rho": 0.16573,
        "theta": -0.03028,
        "tradeAmount": 1,
        "tradeIv": 0.77178,
        "underlyingPrice": 54.755,
        "vega": 0.23938,
        "volume24h": 1299
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

Accept-Encoding
string
default:gzip

Query Parameters

currency
string
default:IBIT
required

[Required] The underlying currency 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 | 2026-01-16

instrument
string

[Optional] Users can pass a single instrument in order to retrieve trade data for only the specified instrument. [Examples] IBIT-16JAN26-100-C

startDate
string<date-time>
default:2024-11-21T15:00:00.000Z

[Optional] Payload only includes data after this date (inclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

endDate
string<date-time>
default:2024-11-21T16:00:00.000Z

[Optional] Payload only includes data before this date (exclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

strike
integer

[Optional] The option instrument subset with a given strike price. [Examples] 100 | 35

timeFormat
string
default:hr

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

tradeAmountMinimum
string

[Optional] This endpoint allows users to filter trades that meet a select trade size criteria.

tradeAmountMaximum
string

[Optional] This endpoint allows users to filter trades that do not exceed a select trade size criteria.

Response

200
application/json

200

The response is of type object.