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