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.Documentation Index
Fetch the complete documentation index at: https://docs.futuur.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
HMAC authentication is required. Include the following headers with every request:| Header | Description |
|---|---|
Key | Your public API key |
Timestamp | Current Unix timestamp |
HMAC | SHA-512 signature of the request payload |
Parameters
The unique identifier of the event.
Filter actions by currency mode. Accepted values:
play_money, real_money. Leave empty to return actions for both modes.When
true, returns only actions from users you follow.When
true, returns only your own betting actions.Full-text search query to filter actions. Maximum 100 characters.
Response
Array of wager action objects.
Example
cURL
Sample response