x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/leaderboardROEProfit?timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none&user=all' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"openDate": 1783296000,
"total": 0
}
],
"metadata": {
"exchanges": [
"bitmex_perp_coin"
]
}
}