Skip to main content
Retrieve all wagers associated with an event. Filter to active positions, past bets, or a specific currency mode to narrow the results. This endpoint returns a non-paginated array of WagerList objects.

Endpoint

Authentication

HMAC authentication is required. Include the following headers with every request:

Parameters

integer
required
The unique identifier of the event.
boolean
When true, returns only wagers that are currently active (open positions). When false, returns only inactive wagers.
string
default:"play_money"
Filter wagers by currency mode. Accepted values: play_money, real_money.
boolean
When true, includes wagers that have already been settled or closed.

Response

Returns a JSON array of WagerList objects (no pagination wrapper). Each element includes:

Example

cURL
Sample response