Skip to main content
GET
/
nbx
/
v2
/
emm
/
book
/
{marketId}
Get order book
curl --request GET \
  --url https://api.novig.us/nbx/v2/emm/book/{marketId}
{
  "marketId": "<string>",
  "marketDescription": "<string>",
  "outcomeLadders": [
    {
      "outcomeId": "<string>",
      "bids": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "price": 0.667,
          "qty": 110,
          "originalQty": 110,
          "currency": "CASH",
          "outcomeId": "<string>",
          "marketId": "<string>",
          "status": "RESTING",
          "created_at": "2024-01-01T00:00:00.000Z"
        }
      ]
    }
  ]
}

Path Parameters

marketId
string
required

The ID of the market

Query Parameters

currency
enum<string>
required

The currency denomination

Available options:
CASH,
COIN

Response

Successfully retrieved the order book.

marketId
string
required

The ID of the market

marketDescription
string
required

Description of the market

outcomeLadders
object[]
required

List of outcomes with their order books