v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V2 Markets

List all market definitions

Returns all canonical market definitions with IDs, names, period info, and whether the line value represents a participant.

get/api/v2/markets

Response

All 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"
  }
]