polymarket_events
Retrieve normalized Polymarket prediction events from public Gamma data. Filter by closed status, sort by volume, liquidity, or date, and paginate results for market 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 |