List events (groups of related markets) on Polymarket with filtering by category and status
Filter by specific event slug. When provided, returns a single hydrated event matching that slug (e.g., 'presidential-election-winner-2024'). Use with include_markets=true to get the full event with all its markets.
"presidential-election-winner-2024"
Filter events by tag(s)/category. Can provide multiple values (e.g., sports, crypto, politics).
["sports", "football"]Filter events by status. An event is 'open' if any of its markets are still open, 'closed' if all markets are closed.
open, closed "open"
Set to 'true' to include the list of markets for each event in the response.
true, false "true"
Filter events starting after this Unix timestamp (seconds)
1640995200
Filter events starting before this Unix timestamp (seconds)
1672531200
Filter events by game start time (Unix timestamp in seconds). Useful for filtering sports events by when the game starts.
1704067200
Number of events to return (1-100). Default: 10.
1 <= x <= 10010
Number of events to skip for pagination
x >= 00