Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/leaderboardROEProfit?timeframe&limit&startTime&endTime&sort&advanceFilter&user' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"openDate": 1757462400,
"total": 203236.97120665835
}
],
"metadata": {
"exchanges": [
"bitmex_perp_coin"
]
}
}