Measures the relative strength of predicted liquidation levels to compare zones of potential liquidation pressure. Available in two modes:
x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/liqLevelsSize?coin=BTC&exchange=binance_perp_stable&timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"liqLevelSizeDelta": 0,
"longLiqLevelSize": 0,
"openDate": 1783689360,
"shortLiqLevelSize": 0
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}