Liquidity
Event where a trader’s leveraged position is forced to close, due to margin not being enough to cover the loss.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Token URL: https://auth-api.dev.hyblockcapital.com/oauth2/token
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/liquidation?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&marketTypes&bucket' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
Responses
{
"data": [
{
"longLiquidation": 32050,
"openDate": 1665047820,
"shortLiquidation": 40
}
],
"metadata": {
"exchanges": [
"binance_perp_stable",
"binance_perp_coin",
"bitmex_perp_coin",
"bybit_perp_coin",
"huobi_perp_coin",
"okx_perp_coin",
"okx_qtrly",
"deribit_perp_stable",
"bitfinex_perp_stable"
]
}
}
Modified at 2025-12-31 05:42:54