get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/liquidations-total
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
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].timestamp | timestamp | This represents the datapoint timestamp. |
payload.data[index].exchange | string | This is the exchange venue. |
payload.data[index].buyLiquidationsUSD | number | This number returns the dollar value of futures and perpetuals liquidations from "buy-to-close" transactions. |
payload.data[index].sellLiquidationsUSD | number | This number returns the dollar value of futures and perpetuals liquidations from "sell-to-close" transactions. |
payload.data[index].averagePrice | number | This is the average price of the aggregated liquidation transactions. |