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