get_events
List and filter Polymarket prediction events with pagination, sorting, and status/tag filtering to analyze market data.
Instructions
List and filter Polymarket prediction events. Supports pagination, sorting, and filtering by status/tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| offset | No | Pagination offset | |
| order | No | Sort field: volume, liquidity, startDate, endDate, createdAt | |
| ascending | No | Sort ascending (default: false) | |
| slug | No | Filter by event slug | |
| tag | No | Filter by tag label | |
| closed | No | Filter by closed status | |
| active | No | Filter by active status |