Skip to main content
Retrieve a list of prediction market events. Use query parameters to filter by category, search term, currency mode, and other criteria.

Endpoint

Authentication

This endpoint does not require authentication. You can call it without HMAC headers.

Request

integer[]
Filter events by one or more category IDs.
string
default:"play_money"
Filter by currency mode. One of play_money or real_money.
boolean
default:"false"
When true, excludes events where you have active bets.
boolean
default:"false"
When true, returns only live events.
boolean
default:"false"
When true, returns only events containing markets you follow.
boolean
default:"false"
When true, returns only events pending resolution.
boolean
default:"false"
When true, returns only resolved events.
Full-text search query. Between 1 and 100 characters.
string
Filter by tag. Between 1 and 100 characters.
string
Field to sort results by. Prefix with - for descending order.
integer
Number of results to return per page.
integer
The initial index from which to return the results.

Response

Returns a paginated list of events.
integer
required
Total number of events matching the query.
string
URL to the next page of results, or null if this is the last page.
string
URL to the previous page of results, or null if this is the first page.
object[]
required
Array of event objects.

Example

Sample response (200 OK)