Query markets with filtering, sorting, and cursor-based pagination
Fetch Polymarket prediction markets with the same filters and sort options as List Markets, 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 Minimum price
0 <= x <= 1Maximum price
0 <= x <= 1Minimum open interest (USD)
x >= 0Minimum volume (USD)
x >= 0Filter by tag(s)
50Filter by event slug(s)
50Search in title (minimum 3 characters)
3 - 100Filter by condition ID(s)
50Filter by question ID(s)
50Filter by market ID(s)
50Filter by market slug(s)
50Filter by token ID(s) - matches either side_a or side_b
50Filter by predexon ID(s) - matches either side_a or side_b
50Sort by
volume, open_interest, price_desc, price_asc, expiration, expiration_asc, created, created_asc, relevance, volume_1d, volume_7d, volume_30d, trades_1d, trades_7d, trades_30d, oi_change_1d, oi_change_7d, oi_change_30d Only markets with end_time after this Unix timestamp (seconds)
x >= 0Only markets with end_time before or at this Unix timestamp (seconds)
x >= 0Number of markets to return
1 <= x <= 100Cursor for the next page
Minimum rolling 1-day volume (USD)
x >= 0Minimum rolling 7-day volume (USD)
x >= 0Minimum rolling 30-day volume (USD)
x >= 0Minimum rolling 1-day trade count
x >= 0Minimum rolling 7-day trade count
x >= 0Minimum rolling 30-day trade count
x >= 0