Skip to main content
GET
/
nbx
/
v2
/
emm
/
markets
/
open
Get open markets
curl --request GET \
  --url https://api.novig.us/nbx/v2/emm/markets/open
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "description": "KC v BUF Total",
    "status": "OPEN",
    "strike": 26.5,
    "type": "TOTAL",
    "volume": 1000000,
    "eventId": "123e4567-e89b-12d3-a456-426614174000",
    "playerId": "123e4567-e89b-12d3-a456-426614174001",
    "outcomeIds": [
      [
        "123e4567-e89b-12d3-a456-426614174002",
        "123e4567-e89b-12d3-a456-426614174003"
      ]
    ],
    "settledAt": "2023-10-05T12:00:00Z",
    "event": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "type": "REGULAR_SEASON",
      "status": "OPEN_PREGAME",
      "description": "KC Chiefs vs BUF Bills - Week 14",
      "game": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "league": "NFL",
        "status": "SCHEDULED",
        "scheduledStart": "2023-12-10T20:00:00Z",
        "homeTeam": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "name": "Kansas City Chiefs",
          "shortName": "Chiefs",
          "symbol": "KC",
          "mascot": "Chiefs"
        },
        "awayTeam": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "name": "Kansas City Chiefs",
          "shortName": "Chiefs",
          "symbol": "KC",
          "mascot": "Chiefs"
        }
      }
    }
  }
]

Query Parameters

league
enum<string>

The league to filter markets by

Available options:
NFL,
NBA,
MLB,
NHL,
NCAAF,
NCAAB,
NCAAWB,
WNBA,
UFC,
MLS,
FIFA Club World Cup,
EPL,
Bundesliga,
Serie A,
La Liga,
Ligue 1,
Champions League,
Europa League,
WTA,
ATP,
PGA,
ENTERTAINMENT
marketType
enum<string>

The type of market to filter by

Available options:
CUSTOM,
MONEY,
SPREAD,
TOTAL,
1X2,
TEAM_TOTAL,
MONEY_1H,
SPREAD_1H,
TOTAL_1H,
RUSHING_ATTEMPTS,
RUSHING_YARDS,
PASSING_COMPLETIONS,
PASSING_YARDS,
PASSING_ATTEMPTS,
RECEPTIONS,
RECEIVING_YARDS,
LONGEST_RECEPTION,
LONGEST_RUSH,
LONGEST_COMPLETION,
RUSHING_AND_RECEIVING_YARDS,
PITCHER_STRIKEOUTS,
HOME_RUNS,
TOTAL_BASES,
RBIS,
HITS,
HITS_RUNS_RBIS,
PITCHER_OUTS,
RUNS,
WALKS,
EARNED_RUNS,
HITS_ALLOWED,
BATTING_STRIKEOUTS,
STOLEN_BASES,
THREE_POINTERS_MADE,
BLOCKS,
DOUBLE_DOUBLE,
POINTS,
REBOUNDS,
POINTS_REBOUNDS_ASSISTS,
POINTS_ASSISTS,
POINTS_REBOUNDS,
REBOUNDS_ASSISTS,
STEALS,
STEALS_BLOCKS,
TRIPLE_DOUBLE,
FIRST_BASKET,
PLAYER_ACES,
TURNOVERS,
SET_SPREAD,
TOTAL_SETS,
FIRST_SET_MONEYLINE,
FIRST_GOAL_SCORER,
PLAYER_GOALS,
ASSISTS,
ANYTIME_TOUCHDOWN_SCORER,
FIRST_TOUCHDOWN_SCORER,
GO_THE_DISTANCE,
VICTORY_BY_KO_KTO_OR_DQ,
VICTORY_BY_DECISION,
VICTORY_BY_SUBMISSION,
DRAW,
PLAYER_BIRDIES_OR_BETTER,
FIRST_ROUND_MONEYLINE,
SECOND_ROUND_MONEYLINE,
THIRD_ROUND_MONEYLINE,
FOURTH_ROUND_MONEYLINE,
FIRST_INNING_TOTAL,
TO_MAKE_THE_PLAYOFFS,
REGULAR_SEASON_WINS,
SERIES_WINNER,
CHAMPIONSHIP_WINNING_DIVISION,
CHAMPIONSHIP_WINNER,
MVP_WINNER,
EASTERN_CONFERENCE_WINNER,
WESTERN_CONFERENCE_WINNER,
FINALS_MVP,
WINNER,
TOP_FIVE_FINISH,
TOP_TEN_FINISH,
TOP_TWENTY_FINISH,
AL_CENTRAL_DIVISION_WINNER,
NL_CENTRAL_DIVISION_WINNER,
AL_EAST_DIVISION_WINNER,
NL_EAST_DIVISION_WINNER,
AL_WEST_DIVISION_WINNER,
NL_WEST_DIVISION_WINNER,
AL_CY_YOUNG_WINNER,
NL_CY_YOUNG_WINNER,
AL_MVP,
NL_MVP,
AL_ROTY,
NL_ROTY,
AL_WINNER,
NL_WINNER,
WORLD_SERIES_WINNER,
STANLEY_CUP_WINNER,
SUPER_BOWL_WINNER,
NFC_CONFERENCE_WINNER,
AFC_CONFERENCE_WINNER,
NFC_NORTH_WINNER,
NFC_EAST_WINNER,
NFC_SOUTH_WINNER,
NFC_WEST_WINNER,
AFC_NORTH_WINNER,
AFC_EAST_WINNER,
AFC_SOUTH_WINNER,
AFC_WEST_WINNER,
OPOTY,
DPOTY,
OROTY,
DROTY

Response

Successfully retrieved all open markets.

id
string
required

The ID of the market

Example:

"123e4567-e89b-12d3-a456-426614174000"

description
string
required

Description of the market

Example:

"KC v BUF Total"

status
string
required

The current status of the market (OPEN, CLOSED, or SETTLED)

Example:

"OPEN"

strike
number
required

The threshold of the market in the unit of the stat type

Example:

26.5

type
string
required

The type of market (MONEY, SPREAD, TOTAL, RUSHING_ATTEMPTS, etc.)

Example:

"TOTAL"

volume
number
required

The total volume of the market

Example:

1000000

eventId
string
required

The event associated with the market

Example:

"123e4567-e89b-12d3-a456-426614174000"

playerId
string
required

The player associated with the market (if applicable)

Example:

"123e4567-e89b-12d3-a456-426614174001"

outcomeIds
string[]
required

Array of outcome IDs linked to this market

settledAt
string
required

When the market was settled (if applicable)

Example:

"2023-10-05T12:00:00Z"

event
object
required

The event details associated with the market