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": [
        {
          "price": 0.667,
          "qty": 110,
          "outcomeId": "<string>",
          "originalQty": 110
        }
      ]
    }
  ]
}

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