{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"asks": [
[
123
]
],
"bids": [
[
123
]
],
"market_id": "<string>",
"sequence": 123,
"timestamp": 123
}
],
"success": true
}
Retrieve market order book with the provided market ID
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"asks": [
[
123
]
],
"bids": [
[
123
]
],
"market_id": "<string>",
"sequence": 123,
"timestamp": 123
}
],
"success": true
}
Market ID
OK
The response is of type object
.