polymarket_predictions
Retrieve normalized Polymarket prediction events with filters for status, sort, recurrence, and pagination. Returns clean JSON for market analysis.
Instructions
List Polymarket predictions. Returns normalized event rows for the Polymarket /predictions page using credential-free Gamma events/keyset JSON. The status enum accepts active, resolved, and all; the sort enum accepts competitive, volume, volume_24hr, ending_soon, liquidity, newest, and closed_time; the recurrence enum accepts hourly, daily, weekly, monthly, and yearly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag slug | |
| sort | No | Prediction sort | |
| limit | No | Maximum events, defaults to 20 and supports up to 100 | |
| cursor | No | Optional keyset cursor from a prior predictions response | |
| status | No | Prediction status | |
| recurrence | No | Optional recurrence filter |