Global Limit Order Count Ratio
Global Metrics
Returns (limit buy count − limit sell count) / (limit buy count + limit sell count) after summing executed limit counts across all tickers (1000+ assets) and exchanges.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/globalLimitOrderCountRatio?exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1782777600&endTime=1782864000&sort=asc&marketTypes=all&advanceFilter=none&bucket=all&category=all_coins' \
--header 'x-api-key: <api-key>'
Responses
{
"data": [
{
"limitOrderCountRatio": -0.27492861222158765,
"openDate": 1783685400
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
],
"unsupportedExchanges": [
"okx_perp_stable"
]
}
}
Modified at 2026-09-17 07:21:45