List Markets
Sports Discovery API
List Markets
List sports markets grouped by game, with per-venue metadata and outcomes
GET
List Markets
Overview
The primary per-venue discovery endpoint for sports markets. Returns a paginated list of games, each containing every venue that lists that game, nested with the venue’s native market metadata and canonical outcomes. Responses are grouped per the structure described on the Sports Markets concept page:Query Parameters
Pagination
Sports list endpoints use cursor pagination. Pass the returnedpagination.pagination_key into the next request. Do not use offset-based pagination.
Filter Semantics
- Date timezone convention:
game_date,game_date_from, andgame_date_tofollow the sport’s local convention. US sports (NBA, NHL, MLB, NFL, CFB, MLS) use Eastern Time dates. European football (EPL, La Liga, etc.) uses UTC dates. Each game in the response includes agame_date_timezonefield ("US/Eastern"or"UTC") so you can interpret dates programmatically. status=openfilters out games whosegame_dateis in the past. Games from yesterday are included to account for late-night US games (an NBA game at 10:30 PM ET has a game_date in ET but may not end until after midnight UTC). Once the upstream venue reports the market as closed, the game status flips toclosedregardless of date.status=closedreturns explicitly closed games and any past-dated games.- When both
game_date_fromandgame_date_toare provided,frommust be<=to(400 otherwise). - Invalid enum values for
sport,status,venue, orsort_byreturn 400 Bad Request with a descriptive error. - Invalid date formats return 400 Bad Request.
Response Fields
Top level
Game
market_type entry
Venue Block
Outcome
Each outcome represents one venue question/selection (e.g. “Mallorca wins”).tokens.yes and tokens.no are both included when the venue exposes executable sides for that exact selection.
Examples
MLB game - 2-way (Kalshi + Polymarket + Predict)
GET /v2/sports/markets?league=mlb&limit=1
EPL game - 3-way (Limitless)
Each outcome has its owncondition_id and market_slug because on-chain venues create a separate binary market per outcome.
For 3-way football on Polymarket, Limitless, and Predict.fun, each outcome is a separate on-chain market natively. Predexon aggregates them into a single venue block and sums the
volume/liquidity across the constituent markets. Each outcome retains its own condition_id and market_slug.Caching
Responses are cached for 60 seconds. Identical query parameters will return the same cached response during that window.Authorizations
Data key provided by Predexon. The trading key used by the Order Router on trade.predexon.com is a separate credential.
Query Parameters
Filter by sport (basketball, soccer, etc.)
Filter by league code (nba, epl, etc.)
Market status: open or closed
Exact game date (YYYY-MM-DD)
Games on or after date (YYYY-MM-DD)
Games on or before date (YYYY-MM-DD)
Filter to games with this venue (polymarket, kalshi, etc.)
Search game/market titles
Sort order: game_date_asc or game_date_desc.
Available options:
game_date_asc, game_date_desc Max games to return
Required range:
1 <= x <= 200Cursor from the previous response. Omit on the first request.
Response
Successful response
