Top Trades

This endpoint contains all the relevant information about the most important trades both on screen and blocked. Besides the usual information this endpoint have some proprietary nuances that helps market watchers to read the flow deeply. Among the others: - "Amberdata Direction" is the metrics we developed for gauging the real initiator of a trade - "Delta Hedge" highlight is a block trade contained a futures leg - The information of the orderbook prior to the trade ("pre" columns) and post ("post" columns ).

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].currencystringThe underlying currency.
payload.data[index].exchangeTimestamptimestampThe trade timestamp.
payload.data[index].indexPricenumberThis is the spot market price at the time of the trade.
payload.data[index].instrumentstringInstrument name.
payload.data[index].exchangeDirectionstringThis is the exchange provided aggressor direction.
payload.data[index].amberdataDirectionstringThis is the proprietary Amberdata developed direction, that depicts the aggressor and assumes the dealers are passive.
payload.data[index].blockTradeIdstringThis is the exchange provided block trade id.
payload.data[index].numberOfLegsnumberThis reflects the total trade legs in a block trade, where applicable.
payload.data[index].tradeAmountnumberContracts traded for non-block trades.
payload.data[index].blockAmountnumberContracts traded for block trades.
payload.data[index].tradeIvnumberImplied volatility of the trade.
payload.data[index].pricenumberPrice of the trade (may be coin premium or dollars depending on exchange conventions).
payload.data[index].openInterestChangenumberChange in open interest associated with the trade (note: open interest may not be impacted if the trade is merely changing ownership of existing OI).
payload.data[index].sizeUSDnumberThis is the dollar value of the total trade premium.
payload.data[index].sizeDeltanumberThis is the outstanding Delta from the trade.
payload.data[index].sizeVeganumberThis is the outstanding Vega from the trade.
payload.data[index].sizeGammanumberThis is the outstanding Gamma from the trade.
payload.data[index].sizeThetanumberThis is the outstanding Theta from the trade.
payload.data[index].hedgeInstrumentnumberThis reflects the future/perp contract hedge, if applicable.
payload.data[index].hedgeIsBuySidenumberThe direction of the future/perp hedge.
payload.data[index].hedgePricenumberThe price of the future/perp hedge.
payload.data[index].hedgeVolumenumberThe size of the future/perp hedge.

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