Retrieve the full details of a specific event, including its markets, resolution status, and metadata. To find events related to this one, callDocumentation Index
Fetch the complete documentation index at: https://docs.futuur.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /events/{id}/related_events/ — it returns a list of similar events based on topic and category, with 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
Unique identifier for the event.
Display title of the event.
Full description of the event and its resolution criteria.
ID of the category this event belongs to.
Currency mode for this event:
play_money or real_money.Whether the event has been resolved.
Resolution outcome, if resolved.
null for unresolved events.Whether the event is awaiting resolution.
Whether the event is currently live.
List of tags associated with the event.
The markets associated with this event.
ISO 8601 timestamp of when the event was created.
ISO 8601 timestamp of when the event closes for new bets.
ISO 8601 timestamp of when the event was resolved.
null if unresolved.Example
cURL
Sample response