Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/anchoredTopTraderPositions?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": [
{
"cumulativeLongPct": 2.8700000000000045,
"cumulativeShortPct": -2.8699999999999903,
"openDate": 1755069000
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}