Returns the change in bid-ask ratio for each candle (data point) compared to its previous candle, based on the selected timeframe. This helps track momentum shifts and market sentiment changes over time across all or selected exchanges. (e.g., increasing bid-ask ratio may indicate growing buying pressure).
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/globalBidAskRatioIncreaseDecrease?exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&depth&marketTypes' \
--header'Authorization: Bearer {{AUTH_TOKEN}}' \
--header'x-api-key: {{api_key}}'