Decorated Trades TradFi

This endpoint returns option "times and sales" data that's decorated with pre-trade level-1 orderbook data and post-trdae level-1 data. This is the core dataset of the Amberdata direction and GEX "Gamma Exposure" analysis. We use this orderbook impact to analyze the true aggressor of every trade, while assuming that market-makers (aka "dealers") are typically the passive trade participants.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].currencystringThe currency
payload.data[index].deltanumberThe greek delta value of the underlying option.
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].exchangeTimestampnumber | stringThe date & time as provided by the exchange.
payload.data[index].expirationTimestampnumber | stringThe expiration timestamp.
payload.data[index].gammanumberThe greek gamma value of the underlying option.
payload.data[index].instrumentstringThe name of the instrument as provided by exchange.
payload.data[index].instrumentNormalizedstringThe name of the instrument in Amberdata format.
payload.data[index].postTradeAskIvnumberThe post-trade ask implied volatility.
payload.data[index].postTradeAskPriceThe post-trade ask price.
payload.data[index].postTradeBidIvnumberThe post-trade bid implied volatility.
payload.data[index].postTradeBidPricenumberThe post-trade bid price.
payload.data[index].postTradeMarkIvnumberThe post-trade mark implied volatility.
payload.data[index].postTradeMarkPricenumberThe post-trade mark price.
payload.data[index].preTradeAskIvnumberThe pre-trade ask implied volatility.
payload.data[index].preTradeAskPricenumberThe pre-trade ask price.
payload.data[index].preTradeAskVolumenumberThe pre-trade ask size.
payload.data[index].preTradeBidIvnumberThe pre-trade bid implied volatility.
payload.data[index].preTradeBidPricenumberThe pre-trade bid price.
payload.data[index].preTradeBidVolumenumberThe pre-trade bid size.
payload.data[index].preTradeMidIvnumberThe pre-trade mid implied volatility.
payload.data[index].preTradeMidPricenumberThe pre-trade mid price.
payload.data[index].priceUsdnumberThe trade price (notional value).
payload.data[index].putCallstringWhether this record is a put or a call.
payload.data[index].rhonumberThe greek rho value of the underlying option.
payload.data[index].strikestringThe strike price.
payload.data[index].thetanumberThe greek theta value of the underlying option.
payload.data[index].tradeAmountnumberThe trade size.
payload.data[index].tradeIdstringThe id of the trade.
payload.data[index].tradeIvnumberThe trade implied volatility.
payload.data[index].underlyingPricenumberThe underlying price (ex: Deribit options are future options, the underlying is not spot but the corresponding future).
payload.data[index].veganumberThe greek vega value of the underlying option.
payload.data[index].volume24hnumberThis is the 24hr rolling volume.

Language
Credentials
Header
Click Try It! to start a request and see the response here!