Liquidation by Exchange
GET
/gateway/v1/market/liquidation/exchange-listReturns liquidation breakdown by exchange in a single ranked snapshot.
Included fields: total, long, and short volumes in USD.
Filters: `symbol` and `time_range` (`1h`, `4h`, `12h`, `24h`).
No pagination and no `interval` — this endpoint does NOT accept `limit`, `offset`, or `interval`. Returns the full exchange list in one response.
Query Parameters
symbolstring
Token ticker symbol like `BTC` or `ETH`
Example:
BTCtime_rangeenum<string>
Window to aggregate over for the snapshot: `1h`, `4h`, `12h`, or `24h`. Returns a single snapshot (not a time-series). This endpoint uses `time_range` only — it does NOT accept `interval`.
Available options:
1h4h12h24hExample:
24hsort_byenum<string>
Field to sort results by
Available options:
liquidation_usdlong_liquidation_usdshort_liquidation_usdExample:
liquidation_usdorderenum<string>
Sort order
Available options:
ascdescExample:
descLiquidation by Exchange
OK