Skip to main content
GET
Get participants
Returns a deduplicated list of participants — teams, players, futures sides — across the exchange. Use participantID values from this endpoint as the side field when placing moneyline or spread orders.

Request

GET /exchange/getParticipants
string
When active=true, restrict the response to participants of games starting in the future. When active=false (or omitted), return participants across all games.

Response

array

Example

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

active
enum<string>

When true, only return participants of games starting in the future.

Available options:
true,
false

Response

Participants list

data
object