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
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.