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