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