Skip to main content
List all betting actions (wager activity) associated with an event. For real money events, user-identifying information is anonymized in the response. You can filter the feed to show only your own bets or bets from users you follow.

Endpoint

Authentication

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

Parameters

id
integer
required
The unique identifier of the event.
aggregate_by_orders
boolean
default:"true"
When true, multiple wager actions resulting from the same originating order are collapsed into a single action entry. Set to false to receive every underlying action separately.
currency_mode
string
Filter actions by currency mode. Accepted values: play_money, real_money. Leave empty to return actions for both modes.
following
boolean
default:"false"
When true, returns only actions from users you follow.
my_bets
boolean
default:"false"
When true, returns only your own betting actions.
Full-text search query to filter actions. Maximum 100 characters.

Response

results
object[]
required
Array of wager action objects.

Example

cURL
Sample response