List Markets (Events)
Markets
List Markets (Events)
Retrieve a list of prediction markets with filtering, search, and categorization options
GET
List Markets (Events)
Overview
The/api/events endpoint returns a paginated list of prediction markets (events) with comprehensive filtering capabilities. Each event contains one or more markets with real-time pricing data, outcomes, and metadata.
Request
Query Parameters
Filter markets by category tag. Special tags include:
trending- Markets sorted by recent volume or recently updatednew- Recently created markets- Other tag slugs like
crypto,sports,politics, etc.
Search term to filter markets by title. Supports multiple space-separated terms.
Filter by market status:
active- Currently open marketsresolved- Closed and settled markets
Filter by recurrence type:
all- All marketsdaily- Daily recurring marketsweekly- Weekly recurring marketsmonthly- Monthly recurring markets
Return only bookmarked markets (requires authentication).
Filter by sports category slug (e.g.,
nfl, nba, soccer).Filter sports markets by section:
games- Full game marketsprops- Proposition bets
Locale for internationalized content (e.g.,
en, es, fr).Pagination offset for results. Returns up to 40 markets per request.
Response
Array of event objects, each containing one or more markets.
Unique event identifier (ULID format).
URL-friendly event identifier.
Event title (localized if locale parameter provided).
Full URL to the event icon image.
Event status:
draft, active, resolved, or archived.Total trading volume across all markets in USDC.
ISO 8601 timestamp of event creation.
ISO 8601 timestamp when the event ends.
Array of market objects within this event.
Unique market identifier (blockchain condition ID).
Market question or title.
Current probability percentage (0-100) for the primary outcome.
Current mid-price (0-1) for the primary outcome.
Total trading volume for this market in USDC.
Trading volume in the last 24 hours in USDC.
Array of possible outcomes for this market.
Unique token identifier for this outcome.
Outcome label (e.g., “Yes”, “No”).
Index of the outcome (0 for Yes, 1 for No in binary markets).
Current buy price (0-1) from the order book.
Current sell price (0-1) from the order book.
Whether the authenticated user has bookmarked this event.
Whether the event has recent trading activity.
Example Request
cURL