Get Polymarket Events
List Polymarket events — the topic-level grouping that bundles related markets, such as an election or a season-long series.
tag_slug, active, featured, archived, closed, and the liquidity / volume ranges.
Returns a top-level array of event objects with title, ticker, slug, volume, volume24hr, liquidity, startDate / endDate, and a nested markets array holding the tradable questions.
When you already know which question you want and need its price, use get_polymarket_markets instead.Authorizations
Your AIsa API key as a Bearer token.
Query Parameters
Maximum number of events to return.
x >= 020
Number of events to skip for offset-based pagination.
x >= 00
Comma-separated list of fields to order by.
"volume"
Sort ascending when true.
false
Filter by one or more event IDs.
Filter by one or more event slugs.
Filter by tag ID.
Filter by tag slug.
"sports"
Filter by active events.
Filter by archived events.
Filter by featured events.
Filter by whether the event is closed.
Minimum liquidity.
Maximum liquidity.
Minimum volume.
Maximum volume.
Filter events starting after this ISO timestamp.
Filter events starting before this ISO timestamp.
Filter events ending after this ISO timestamp.
Filter events ending before this ISO timestamp.