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
Filter results to one or more category IDs. Pass the parameter multiple times to specify multiple categories.
Restrict results to a specific currency mode. Accepted values:
play_money, real_money.When
true, excludes events on which you have placed bets.Number of results to return per page.
When
true, returns only events that are currently live.Number of results to skip for pagination.
When
true, returns only events in markets you follow.Field name to sort results by. Prefix with
- for descending order (e.g., -created_at).When
true, returns only events that are pending resolution.When
true, returns only events that have been resolved.Full-text search query. Maximum 100 characters.
Filter results by tag name. Maximum 100 characters.
Response
Total number of events matching the query.
URL for the next page of results.
null if you are on the last page.URL for the previous page of results.
null if you are on the first page.Array of event objects.
Example
cURL
Sample response