Skip to main content
Retrieve detailed information about a single event by its ID, including all associated markets and their current prices.

Endpoint

Authentication

This endpoint supports HMAC authentication. Include the Key, Timestamp, and HMAC headers to access user-specific data. See the authentication guide for signing instructions.

Request

integer
required
A unique integer value identifying this event.

Response

Returns the full event object with all markets and metadata.
integer
required
Unique identifier for the event.
string
required
The prediction question.
string
required
URL-friendly identifier.
string
required
Current state: open, stopped, resolved, cancelled, paused, or reversed.
object[]
required
Array of market (outcome) objects for this event.
string
required
How markets relate to each other: linked_prices or independent.
string
Full question details and resolution criteria.
string
ISO 8601 datetime when betting closes.
string
ISO 8601 datetime when the event was resolved.

Example

Sample response (200 OK)