Retrieve all wagers associated with an event. Filter to active positions, past bets, or a specific currency mode to narrow the results.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.
When
true, returns only wagers that are currently active (open positions). When false, returns only inactive wagers.Filter wagers by currency mode. Accepted values:
play_money, real_money.When
true, includes wagers that have already been settled or closed.Response
Array of wager objects.
Example
cURL
Sample response