Decorated Trades

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].blockTradeIdstringThe id of the block trade.
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].indexPricenumberThe index price (spot).
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].liquidationbooleanTrue if the trade is the result of a liquidation.
payload.data[index].numberOfLegsnumberThe number of legs in the block trade.
payload.data[index].openInterestChangenumberThe change in open interest.
payload.data[index].postTradeAskIvnumberThe post-trade ask implied volatility.
payload.data[index].postTradeAskPriceThe post-trade ask price.
payload.data[index].postTradeAskVolumenumberThe post-trade ask size.
payload.data[index].postTradeBidIvnumberThe post-trade bid implied volatility.
payload.data[index].postTradeBidPricenumberThe post-trade bid price.
payload.data[index].postTradeBidVolumenumberThe post-trade bid size.
payload.data[index].postTradeMarkIvnumberThe post-trade mark implied volatility.
payload.data[index].postTradeMarkPricenumberThe post-trade mark price.
payload.data[index].postTradeMidIvnumberThe post-trade mid implied volatility.
payload.data[index].postTradeMidPricenumberThe post-trade mid price.
payload.data[index].postTradeOpenInterestnumberThe post-trade open interest.
payload.data[index].postTradeOrderBookTimestamptimestampThe timestamp of the order post-trade.
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].preTradeMarkIvnumberThe pre-trade mark implied volatility.
payload.data[index].preTradeMarkPricenumberThe pre-trade mark price.
payload.data[index].preTradeMidIvnumberThe pre-trade mid implied volatility.
payload.data[index].preTradeMidPricenumberThe pre-trade mid price.
payload.data[index].preTradeOpenInterestnumberThe pre-trade open interest.
payload.data[index].preTradeOrderBookTimestamptimestampThe timestamp of the order pre-trade.
payload.data[index].pricenumberThe trade price.
payload.data[index].priceLow24hnumberThe lowest trade price in the past 24 hours.
payload.data[index].priceHigh24hnumberThe highest trade price in the past 24 hours.
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].tickDirectionstringThe direction of the tick.
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
Authorization
Header
Click Try It! to start a request and see the response here!