Liquidations
Retrieves historical liquidations for derivatives markets.
All parameters are optional. Supported Exchanges:
Binance
OKX
Bybit
HTX
Historical Liquidations across major CEXes
GET
https://api.coinact.gg/v1/liquidation-history
Query Parameters
symbol
String
Get liquidations for a specific cryptocurrency eg: BTC
exchange
String
Get liquidations for a specific exchange (see endpoint /exchanges)
default: ALL (every exchanges)
side
Integer
1 -> Short Liquidation 2 -> Long Liquidation
amountUsd
Float
Get liquidations superior to a certain USD amount. eg: 50000.5
start
UNIX Timestamp (s)
Get liquidations on a given period
end
UNIX Timestamp (s)
Get liquidations on a given period
page
Integer
id of the page you want to query (default=1)
limit
Integer
Number of liquidations to return (default:200 ; max: 200)
Headers
x-api-key*
String
Your API Key
Usage Example:
Query BTC liquidations that happened on a given period no matter the exchange
Last updated