Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/limitOrderCountRatio?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&marketTypes' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"limitOrderCountRatio": -0.4339622641509434,
"openDate": 1762416120
}
],
"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"
]
}
}