Liquidations Aggregate (Futures and Perpetuals)

This endpoint returns the total aggregated liquidations for both futures and perpetuals for a selected time interval and exchange venue. The liquidations are split into "Buy-To-Close" and "Sell-To-Close" buckets.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].timestamptimestampThis represents the datapoint timestamp.
payload.data[index].exchangestringThis is the exchange venue.
payload.data[index].buyLiquidationsUSDnumberThis number returns the dollar value of futures and perpetuals liquidations from "buy-to-close" transactions.
payload.data[index].sellLiquidationsUSDnumberThis number returns the dollar value of futures and perpetuals liquidations from "sell-to-close" transactions.
payload.data[index].averagePricenumberThis is the average price of the aggregated liquidation transactions.

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