Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/limitOrderAverageSize?coin=undefined&exchange=undefined&timeframe=undefined&limit=undefined&startTime=undefined&endTime=undefined&sort=undefined&bucket=undefined&marketTypes=undefined&advanceFilter=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"buy": 530,
"delta": -5,
"openDate": 1676286000,
"sell": 535,
"total": 1065
}
],
"metadata": {
"exchanges": [
"bitmex_perp_coin",
"bybit_perp_coin",
"bitfinex_perp_stable",
"deribit_perp_stable",
"phemex_perp_stable",
"huobi_perp_coin",
"okx_perp_coin",
"okx_qtrly",
"binance_spot",
"binance_perp_stable",
"binance_perp_coin",
"coinbase_spot",
"bybit_perp_stable",
"bybit_spot",
"coinbaseadvanced_spot",
"coinbaseadvanced_perp_stable",
"bitget_perp_stable",
"bitget_spot",
"bitget_perp_coin",
"okx_perp_stable",
"okx_spot"
]
}
}