Skip to main content
GET
Get games
Returns all active games for a league. The response does not include the orderbook or any prices — call Get orderbook for that.

Request

GET /exchange/v2/getGames
string
required
League code from Get leagues. Use the special value upcoming to get all upcoming games across leagues.
string
Optional sport filter.

Response

array

Example

Errors

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Query Parameters

league
string
required

League code from GET /exchange/getLeagues. Use upcoming for all upcoming games across leagues.

sport
string

Optional sport filter.

Response

Games list

data
object