get_events
Search and filter Polymarket events that group related markets. Sort by volume, liquidity, or date; apply filters for active, closed, or archived status.
Instructions
Retrieve Polymarket events which contain multiple related markets. Events group markets around a common theme or topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to return (default: 20, max: 100) | |
| order | No | Field to sort by (volume, liquidity, start_date, end_date) | |
| active | No | Filter by active status - true for active events only | |
| closed | No | Filter by closed status - false to exclude closed events | |
| offset | No | Number of events to skip for pagination (default: 0) | |
| search | No | Search term to filter events by title or description | |
| tag_id | No | Filter events by specific tag/category ID | |
| archived | No | Filter by archived status - false to exclude archived events | |
| ascending | No | Sort direction - true for ascending, false for descending (default: false) | |
| volume_min | No | Minimum total volume threshold in USDC | |
| liquidity_min | No | Minimum total liquidity threshold in USDC |