---
title: "Get API public v1 live risk liquidations summary"
method: GET
path: "/api/public/v1/live/risk/liquidations/summary"
---

# Get API public v1 live risk liquidations summary

`GET /api/public/v1/live/risk/liquidations/summary`

## Query parameters

- `coin` string
- `since` string — Lookback window: digits followed by m, h or d (e.g. 30m, 6h, 7d).

## Response `200`

OK

- LiquidationSummaryBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `availability` RiskAvailability, required
    - `historicalClearinghouse` boolean, required
    - `liquidations` boolean, required
    - `liveCandles` boolean, required
    - `markPrices` boolean, required
    - `userActions` boolean, required
  - `avgClosedPnl` number, double, required
  - `avgPenaltyFee` number, double, required
  - `bucketSizeMs` integer, required
  - `byCohort` GetLiquidationSummaryByCohortRow[], nullable — Cohort (pnl_tier) split of the same window, sorted by totalNotional desc; wallets with no cohort classification aggregate under tier 'unclassified'. Only populated on GET /live/risk/liquidations/summary — omitted from the other consumers of this shape (risk overview, coin risk snapshot/history) to keep those hot paths from running an extra query.
    - `count` integer, required
    - `tier` string, required
    - `totalClosedPnl` unknown, required
    - `totalNotional` unknown, required
    - `wallets` integer, required
  - `byCoin` GetLiquidationSummaryByCoinRow[], nullable, required
    - `coin` string, required
    - `count` integer, required
    - `totalClosedPnl` unknown, required
    - `totalNotional` unknown, required
    - `totalPenaltyFees` unknown, required
  - `coin` string
  - `count` integer, required
  - `freshness` RiskFreshness, required
    - `historicalClearinghouse` string
    - `liquidations` string
    - `liveCandles` string
    - `livePositions` string
    - `longShort` string
    - `markPrices` string
  - `generatedAt` string, required
  - `longEvents` integer, required — Count of LONG liquidation events in the window (longEvents+shortEvents=count).
  - `longNotional` number, double, required — Notional of liquidated LONG positions in the window (side split of totalNotional; longNotional+shortNotional=totalNotional).
  - `shortEvents` integer, required — Count of SHORT liquidation events in the window.
  - `shortNotional` number, double, required — Notional of liquidated SHORT positions in the window (side split of totalNotional).
  - `since` string, required
  - `timeline` GetLiquidationSummaryTimelineRow[], nullable, required
    - `bucketStart` integer, required
    - `count` integer, required
    - `totalClosedPnl` unknown, required
    - `totalNotional` unknown, required
    - `totalPenaltyFees` unknown, required
  - `totalClosedPnl` number, double, required
  - `totalNotional` number, double, required
  - `totalPenaltyFees` number, double, required
  - `wallets` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/coinversa/apis/coinversa-api.md) · [All operations](https://skmtc.dev/coinversa/apis/coinversa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinversa/coinversa-api/revisions/77c03c427063/schema)
