v1
latestOpenAPI 3.0.32026-08-04850206.9 KBLiquidations
Today's liquidation summary
Today so far — total/long/short USD, position counts and long-vs-short dominance. Figures are partial and update every ~15 minutes; data is null until the first liquidation of the day is recorded. Source coverage is currently OKX swap markets.
get/api/v1/liquidations/summary
Response
Example response
{
"data": {
"date": "2026-07-03",
"total_usd": 12345678.9,
"long_usd": 8345678.9,
"short_usd": 4000000,
"longs": 1834,
"shorts": 961,
"dominance": {
"long": 67.6,
"short": 32.4
}
},
"meta": {
"note": "Source coverage: OKX swap markets. Today's figures are partial and update every ~15 minutes."
}
}