Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/topTraderMarginUsed?coin=BTC&exchange=okx_perp_coin&timeframe=1m&limit=50&startTime=1780272000&endTime=1780358400&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>'{
"data": [
{
"longMargin": 8.591,
"openDate": 1665047820,
"shortMargin": 10.07
}
],
"metadata": {
"exchanges": [
"okx_perp_coin"
]
}
}