Documentation Index
Fetch the complete documentation index at: https://docs.novig.com/llms.txt
Use this file to discover all available pages before exploring further.
May 8, 2026 - GET /markets/{marketId} Works for Settled Markets
You can now call
GET /nbx/v2/emm/markets/{marketId} for markets that have already settled. The response includes settledAt and the outcomes’ WIN/LOSS statuses, so you can look up final results without needing to capture them while the market was still open.May 8, 2026 - Higher Rate Limits & Page Size for User History Endpoints
We’ve raised the limits on the user history endpoints:
- Burst: 16 requests/second (up from 5)
- Sustained: 256 requests/minute (new, smoothed over 60s)
- Page size (
limitparameter): max 256 items per request (up from 100)
GET /nbx/v2/emm/fills/allGET /nbx/v2/emm/orders/allGET /nbx/v2/emm/transactions
May 8, 2026 - Tick Table Endpoint & Price Validation
A new REST endpoint is available for fetching the canonical set of valid order prices (ticks).New endpoint:
GET /nbx/v2/emm/ticks- Fetch the full tick table
April 2, 2026 - New Strike Request Endpoint
A new REST endpoint is now available for requesting new strikes on existing markets.New endpoint:
POST /nbx/v2/emm/strike-requests- Request a new strike for an existing market
marketId and strike value to notify the Novig team. Whole number strikes (e.g. 300) are automatically converted to half-point strikes (e.g. 300.5). A successful response does not guarantee the market will be created.NCAA Basketball Team Total Markets
TEAM_TOTAL markets for NCAA Basketball (NCAAB) are now active on Production as of March 19, 2026.New market type:TEAM_TOTAL- Individual team total points markets for NCAAB events
New Baseball Leagues
Two new baseball leagues are now available on QA as of March 4, 2026, and will go live in Production start of business March 5, 2026.New leagues:
NCAABSB- NCAA BaseballWBC- World Baseball Classic
- Mainline
- Spread
- Totals
New Soccer Market Types
New market types for soccer events are now available on QA as of February 23, 2026, and will be rolled out to Production by end of month.New market types:
ASSISTS- Player assist marketsBOTH_TEAMS_TO_SCORE- Both teams to score marketsFOULS- Foul marketsGOALS_ASSISTS- Combined goals and assists marketsPLAYER_GOALS- Individual player goal marketsSAVES- Goalkeeper save marketsSHOTS_ON_TARGET- Shots on target marketsTEAM_TOTAL_CORNERS- Team corner kick totalsTOTAL_CORNERS- Match total corner markets
New Events REST Endpoints Available
New REST endpoints for fetching events and markets are now available on both Production and QA environments. These endpoints provide a simpler alternative to GraphQL for event discovery and market data.New endpoints:
GET /nbx/v2/emm/events- List events with filtersGET /nbx/v2/emm/events/{eventId}- Get a single eventGET /nbx/v2/emm/events/getMarketsByEvent/{eventId}- Get markets with orderbook dataGET /nbx/v2/emm/event-metadata/leagues- List available leaguesGET /nbx/v2/emm/event-metadata/types- List event typesGET /nbx/v2/emm/event-metadata/statuses- List event statuses
Upcoming Change to EMM Authentication
The
oauth/token endpoint will be deprecated on January 31, 2026. Please migrate to the new /auth/emm-token endpoint before this date. See the Auth Migration Guide for details.