Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/globalAccounts?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"longPct": 54.87,
"lsRatio": 1.2158,
"openDate": 1691657100,
"shortPct": 45.129
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}