v2
latestOpenAPI 3.1.02026-07-265966163.8 KBV2 Markets
Get available markets for an event
Returns the list of market definitions available for this event (not prices — use the event endpoint with market_ids for prices).
get/api/v2/events/{eventID}/markets
Path parameters
eventIDstring required
Canonical V2 event ID from the event_id field returned by event endpoints
Query parameters
participant_idsstring
Comma-separated participant IDs to filter (max 99)
participant_type'TYPE_TEAM' | 'TYPE_PLAYER' | 'TYPE_RESULT'
Filter participants by type
Response
Available markets
Example response
[
{
"id": 1,
"name": "Money Line"
}
]