Skip to main content
Retrieve a list of all trading actions on a specific event. Real money actions have user information anonymized for privacy.

Endpoint

Authentication

This endpoint requires HMAC authentication. Include the Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.

Request

integer
required
The unique identifier of the event.
boolean
default:"true"
When true, aggregates actions by order.
string
Filter by currency mode. One of play_money or real_money.
boolean
default:"false"
When true, returns only actions from users you follow.
boolean
default:"false"
When true, returns only your own actions.
Full-text search query. Maximum 100 characters.

Response

Returns a list of wager actions for the event.

Example