polymarket_predictions
Retrieve Polymarket predictions as normalized event rows, filterable by status, sort, tag, and recurrence.
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 |