Global Asks Increase Decrease
Run in Apidog
Global Metrics
Returns the change in aggregated global ask volume across all tickers (1000+ assets) compared to the previous candle. Calculated as Asks(t) − Asks(t-1), indicating whether global sell-side liquidity is rising or falling.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/globalAsksIncreaseDecrease?exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1782777600&endTime=1782864000&sort=asc&advanceFilter=none&marketTypes=all&depth=0%2C5&category=all_coins' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"globalAsksIncreaseDecrease" : 1282033008.2838874 ,
"openDate" : 1783687680
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-09-07 13:06:27