Fetch Events
Fetch events with optional keyword search. Events group related markets together (e.g., “Who will be Fed Chair?” contains multiple candidate markets).
Documentation Index
Fetch the complete documentation index at: https://pmxt-feat-series-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Use cases
Search by keyword
Find all events mentioning “Trump” on Polymarket:Filter by category
Get all crypto-related events on Kalshi:Filter by tags
Get events tagged with geopolitics:Sort by volume
Find the highest-volume active sports events:Path Parameters
The prediction market exchange to target.
polymarket, kalshi, kalshi-demo, limitless, probable, baozi, myriad, opinion, metaculus, smarkets, polymarket_us, suibets, router Query Parameters
For keyword search
Maximum number of results to return
Opaque venue pagination cursor, where supported.
Pagination offset — number of results to skip
Sort order for results
volume, liquidity, newest Filter by event status (default: 'active', 'inactive' and 'closed' are interchangeable)
active, inactive, closed, all Where to search (default: 'title')
title, description, both Direct lookup by event ID
Lookup by event slug
Filter events by their parent series. Accepts the venue-native series id / ticker / slug (e.g. Kalshi "KXATPMATCH", Polymarket "wta"). Passed through to the vendor where supported, otherwise applied to sourceMetadata after fetch.
Optional client-side filter applied after fetching
Filter by category. Each event belongs to a venue-assigned category such as "Sports", "Politics", "Crypto", "Bitcoin", "Soccer", "Economic Policy" (Polymarket) or "Sports", "Mentions" (Kalshi).
Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories -- for example a "Politics" event might carry tags ["Politics", "Geopolitics", "Middle East", "Iran"]. Common tags include "Crypto", "Elections", "Fed Rates", "FIFA World Cup", "Trump".

