Skip to main content
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 markets
  • BOTH_TEAMS_TO_SCORE - Both teams to score markets
  • FOULS - Foul markets
  • GOALS_ASSISTS - Combined goals and assists markets
  • PLAYER_GOALS - Individual player goal markets
  • SAVES - Goalkeeper save markets
  • SHOTS_ON_TARGET - Shots on target markets
  • TEAM_TOTAL_CORNERS - Team corner kick totals
  • TOTAL_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 filters
  • GET /nbx/v2/emm/events/{eventId} - Get a single event
  • GET /nbx/v2/emm/events/getMarketsByEvent/{eventId} - Get markets with orderbook data
  • GET /nbx/v2/emm/event-metadata/leagues - List available leagues
  • GET /nbx/v2/emm/event-metadata/types - List event types
  • GET /nbx/v2/emm/event-metadata/statuses - List event statuses
If you’re currently using GraphQL for event queries, see our GraphQL to REST Migration Guide for detailed migration instructions.
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.