Returns the change in total bid volume for each candle compared to its previous candle, based on the selected timeframe. This helps identify whether buying pressure is increasing or decreasing across exchanges and market types.
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 '/globalBidsIncreaseDecrease?exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&depth&marketTypes' \
--header'Authorization: Bearer {{AUTH_TOKEN}}' \
--header'x-api-key: {{api_key}}'