REST

Mojo’s REST API allows clients to get all available markets and their prices, retrieve metadata about teams/players/events, and request quotes for build your own parlays (BYOP).

Example Workflow (MLB)

Fetch MLB league ID from /leagues

  1. Fetch all MLB game IDs from /events

  2. For a particular game, fetch all available markets from /markets

Routes

GET /v1/events
GET /v1/leagues
GET /v1/markets
GET /v1/markets/types
GET /v1/players
GET /v1/teams