Global Bid Ask Ratio Inc Dec
Run in Apidog
Global Metrics
Returns the change in the Global Bid Ask Ratio across all tickers (1000+ assets) compared to the previous candle. Calculated as Ratio(t) − Ratio(t-1), showing whether global buy/sell pressure is strengthening or weakening.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/globalBidAskRatioIncreaseDecrease?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" : [
{
"globalBidAskRatioIncreaseDecrease" : 0.003263798267355917 ,
"openDate" : 1783687560
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-09-07 13:06:27