x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/globalAccounts?coin=BTC&exchange=binance_perp_stable&timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"longPct": 55.03,
"lsRatio": 10.060000000000002,
"openDate": 1783686600,
"shortPct": 44.97
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}