Authorization: Bearer ********************all-All Resourcesx-api-key: ********************curl --location --request GET 'https://api.hyblockcapital.com/v2/anchoredLiqLevelsSize?coin&exchange&timeframe&limit&startTime&endTime&sort&anchor' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"liqLevelSizeDelta": 815816946.7504778,
"longLiqLevelSize": 2260055193.931666,
"openDate": 1757937600,
"shortLiqLevelSize": 1444238247.181188
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}