Returns the current highest bid price and lowest ask price available in the market. These values represent the most competitive prices for buying and selling an asset.
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 '/bestBidAsk?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter&marketTypes' \
--header'Authorization: Bearer {{AUTH_TOKEN}}' \
--header'x-api-key: {{api_key}}'