Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/anchoredLiqLevelsCount?anchor=1d&coin=BTC&exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1780272000&endTime=1780358400&sort=asc' \
--header 'x-api-key: <api-key>'{
"data": [
{
"liqLevelCountDelta": 4,
"longLiqLevelCount": 44,
"openDate": 1698326940,
"shortLiqLevelCount": 40
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}