x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/liqLevelsCount?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": [
{
"liqLevelCountDelta": -32,
"longLiqLevelCount": 43,
"openDate": 1783689300,
"shortLiqLevelCount": 75
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}