Get Market Depth
This API retrieves the order book for a specified trading pair, including the current bids and asks.
Name
Value
Name
Type
Description
Required
Example
{
"status": "ok",
"bid": [
[43000.5, 1.5],
[42950.0, 2.0]
],
"asks": [
[43050.5, 1.0],
[43100.0, 2.5]
]
}{
"statusCode": 400,
"message": "Invalid query parameters",
"error": "Bad Request"
}Last updated