pmus_list_events
List and filter Polymarket events with pagination, returning each market's best bid/ask and implied probability to support trading analysis.
Instructions
List events with filters and pagination. Each event includes its markets with best bid/ask and implied probability. Use offset to page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| active | No | ||
| closed | No | ||
| offset | No | ||
| category | No | e.g. politics, sports, macro, crypto, culture | |
| order_by | No | Field to sort by, e.g. volume, startDate, endDate | volume |
| tag_slug | No | Tag slug from pmus_list_tags, e.g. 'elections' | |
| series_id | No | ||
| end_date_max | No | ISO date | |
| end_date_min | No | ISO date, e.g. 2026-10-01 | |
| order_direction | No | desc | |
| description_chars | No | Include truncated descriptions (0 = omit) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||