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