GET
/
markets
/
orderbook
{
  "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
}

Query Parameters

market_id
string
required

Market ID

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean