Skip to main content

What is an Event?

An Event in VoxFi represents a question or prediction market topic that users can trade on. Events are the top-level containers that group related markets.

Key Features

  • Description: A question or statement that defines what the event is predicting;
  • Status: The current state of the event (e.g., open, closed, resolved);
  • Markets: An event can contain one or multiple markets where users can trade;
  • Resolution Date: When the event will be resolved and winners determined;
  • Categories and Tags: Events are organized by categories and can have multiple tags.

Example Event Response

API Endpoints

Get Events

Retrieves a list of available events with pagination and filtering options. Detailed documentation + playground

Get Event

Retrieves a specific event by ID. Detailed documentation + playground

Use Cases

  • Browse Events: List all available events with filtering and sorting;
  • Search Events: Find events by description or tags;
  • Event Details: Get complete information about a specific event including all its markets;
  • Market Discovery: Use events to discover related markets for trading.