- For related events, call
GET /events/{id}/related_events/— no authentication required. - For frequently updating live markets, call
GET /events/{id}/live_data/— no authentication required.
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 to retrieve.
Response
Returns anEventDetail object.
Unique identifier for the event.
Display title of the event.
URL-friendly identifier for the event.
Full description of the event and its resolution criteria.
Current event status:
open, stopped, resolved, cancelled, paused, or reversed.How markets resolve within the event:
exclusive or non_exclusive.ID of the winning market, if resolved.
null for unresolved events.ISO 8601 timestamp when betting closes.
null if not set.ISO 8601 timestamp when the event was resolved.
null if unresolved.ISO 8601 timestamp when the underlying event starts.
null if not applicable.ISO 8601 timestamp when the underlying event ends.
null if not applicable.Tags associated with the event. Each tag has
name and slug.Categories the event belongs to. Each category has
id, title, and slug.Currencies accepted for this event (for example,
OOM, USDC, USDT, USD).Real-money bets on this event are converted to this currency.
Whether this event uses the order book for trading.
Outcome markets for this event.
Total play money volume traded on this event.
Total real money volume traded on this event.
Example
cURL
Sample response