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
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
OAuth 2.0
Client Credentials
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.