Get API public v1 live risk liquidations summary

get/api/public/v1/live/risk/liquidations/summary

Query parameters

coinstring
sincestring

Lookback window: digits followed by m, h or d (e.g. 30m, 6h, 7d).

Lookback window: digits followed by m, h or d (e.g. 30m, 6h, 7d).

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

avgClosedPnlnumber double required
avgPenaltyFeenumber double required
bucketSizeMsinteger required
coinstring
countinteger required
generatedAtstring required
longEventsinteger required

Count of LONG liquidation events in the window (longEvents+shortEvents=count).

longNotionalnumber double required

Notional of liquidated LONG positions in the window (side split of totalNotional; longNotional+shortNotional=totalNotional).

shortEventsinteger required

Count of SHORT liquidation events in the window.

shortNotionalnumber double required

Notional of liquidated SHORT positions in the window (side split of totalNotional).

sincestring required
totalClosedPnlnumber double required
totalNotionalnumber double required
totalPenaltyFeesnumber double required
walletsinteger required

Example response

{
  "$schema": "https://api.coinversa.ai/schemas/LiquidationSummaryBody.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.