Run in Apidog
Orderflow
This metric calculates the average size of limit orders for a given ticker over a specified time period or candle, providing insight into typical limit order size during that interval.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/limitOrderAverageSize?coin=BTC&exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1782777600&endTime=1782864000&sort=asc&marketTypes=all&advanceFilter=none&bucket=all' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"buy" : 9522 ,
"delta" : -7221 ,
"openDate" : 1783685400 ,
"sell" : 16743 ,
"total" : 26265
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-08-11 07:23:22