polymarket_events
Fetch and filter Polymarket event listings from public Gamma JSON, with controls for limit, sorting, offset, and closed status. Returns normalized rows for event analysis.
Instructions
List Polymarket events. Returns normalized event rows from Polymarket's credential-free public Gamma events JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events, defaults to 25 and supports up to 100 | |
| order | No | Sort field | |
| closed | No | Closed filter | |
| offset | No | Result offset, defaults to 0 and supports up to 10000 | |
| ascending | No | Sort ascending when true |