Calculates the normalized imbalance between limit buy and limit sell orders for a given symbol and exchange within a specified time range. This ratio indicates whether buying or selling pressure dominates in the limit order book.
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 '/limitOrderCountRatio?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&marketTypes' \
--header'Authorization: Bearer {{AUTH_TOKEN}}' \
--header'x-api-key: {{api_key}}'