Skip to main content
GET
Get active markets
To retrieve odds for a particular market, you must query the orderbook separately — GET /orderbook-v3/snapshot
Only one of type and betGroup can be present. Not both.

Query Parameters

onlyMainLine
boolean

Return only the main line for market types that have lines. See Markets and events for how types without lines are affected.

eventId
string

If set, it will only include markets for a particular sportXeventId. Pass the full sportXeventId, including the provider letter, for example L12003787

leagueId
integer

If set, it will only include markets for a particular league ID

sportIds
integer[]

If set, it will only include markets for particular sport IDs (comma separated)

liveOnly
boolean

If set, it will only include markets that are currently available for in-play betting

betGroup
string

If set, it will only include markets for a particular bet group

type
integer[]

Comma-separated market type ids. See Market types for the list

paginationKey
string

Pass the previous response's nextKey as paginationKey to get the next page.

pageSize
integer

Used for pagination. Requested page size. Each call will only return up to this amount of records. Maximum of 100

gameTime
integer

If set, only return markets for games starting at or after this UNIX timestamp

Response

200 - application/json
status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026