List events with filtering, sorting, and cursor-based pagination
Fetch Polymarket events with the same filters and sort options as List Events, but paginate withDocumentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
pagination_key instead of offset.
Use this endpoint for large backfills or long-running crawls. It is designed to keep deep pagination stable and does not return a total count.
| Constraint | Value |
|---|---|
limit | 1-100 (default 20) |
pagination_key | Cursor returned from the previous response |
pagination.pagination_key as the next request’s pagination_key. Keep the same filter and sort parameters across pages.Filter by status: open or closed
open, closed Filter by category (e.g. Sports, Crypto)
Search in title (minimum 3 characters)
3 - 100Filter by event ID(s)
50Filter by event slug(s)
50Filter by tag slug(s)
50Sort by
created, created_asc, start_date, start_date_asc, end_date, end_date_desc, title, relevance Number of events to return
1 <= x <= 100Cursor for the next page