v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V2 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

idinteger
namestring
descriptionstring
short_descriptionstring
line_value_is_participantboolean

If true, the selection is carried by the participant and line values may be placeholders or labels. If false, the line value is meaningful and should be displayed when present.

propositionboolean

Whether this is a proposition/prop market

period_idinteger nullable

Associated period. 0=Full Game, 1=1st Half, 2=2nd Half, 3-6=Quarters/periods, 7=Live Full Game, 13-18=Live periods. For tennis, 3/4 represent prematch Set 1/Set 2 and 15/16 represent live Set 1/Set 2.

live_variant_idinteger nullable

ID of the live/in-play variant of this market

updated_atstring date-time

Example response

[
  {
    "id": 1,
    "name": "Money Line"
  }
]