x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/averageLeverageUsed?coin=BTC&exchange=okx_perp_coin&timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"avgLongLev": -0.0143,
"avgShortLev": 23.64066193853428,
"openDate": 1779321600
}
],
"metadata": {
"exchanges": [
"okx_perp_coin"
]
}
}