list_markets
Retrieve prediction markets from Polymarket with filters for status, tags, dates, and sorting to analyze trading opportunities.
Instructions
List markets with filters (active/closed/tag/date/sort). Use conditionId for Data API and clobTokenIds for CLOB tools. Example: active=true, limit=20.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of markets to return (default: 20) | |
| offset | No | Pagination offset (default: 0) | |
| order | No | Sort field (e.g., 'volume24hr', 'liquidity', 'startDate', 'endDate', 'createdAt') | |
| ascending | No | Sort ascending (default: false) | |
| active | No | Filter by active status | |
| closed | No | Filter by closed status | |
| tag_slug | No | Filter by tag slug | |
| featured | No | Filter featured markets only | |
| end_date_min | No | Minimum end date (ISO 8601) | |
| end_date_max | No | Maximum end date (ISO 8601) |