Retrieve a list of wagers. You can filter by active status, event, currency mode, or by bets placed by users you follow. Authenticated requests return your own wagers by default. Public wagers can also be accessed without authentication.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
Authentication is optional for this endpoint. Unauthenticated requests can access public wager data. To access your own private wagers or filter by followed users, include the
Key, Timestamp, and HMAC headers.Request
When
true, returns only active wagers with a status of purchased.When
true, returns only inactive wagers — those that are sold, won, lost, or disabled.Filter wagers by event ID.
Filter wagers by user ID.
When
true, returns only wagers placed by users you follow.Filter by currency mode:
play_money, real_money, or an empty string to return all.Number of results to return per page.
Pagination offset. Number of results to skip before returning results.
Response
Returns a paginated list of wager objects.Total number of wagers matching the query.
URL for the next page of results.
null if there are no more pages.URL for the previous page of results.
null if on the first page.Array of wager objects.
Example
Sample response