polymarket_markets
Fetch prediction market listings from public Gamma data, returning normalized rows that support filtering by limit, closed status, offset, and sorting. Access clean market data for analysis.
Instructions
List Polymarket markets. Returns normalized market rows from Polymarket's credential-free public Gamma markets JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum markets, 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 |