polymarket_list_markets
Filter and browse Polymarket prediction markets by volume, liquidity, tags, and date bounds. Retrieve active or closed markets sorted by criteria like 24h volume or end date.
Instructions
Browse and filter markets. Defaults to active, open markets by 24h volume.
Args:
active: Best-effort active filter (Gamma honors it though it's under-documented).
closed: Include resolved/closed markets (default False).
tag_id: Single numeric tag id to filter by.
order: Sort field, e.g. "volume24hr", "liquidity_num", "volume_num", "endDate".
ascending: Sort ascending (default False = highest first).
volume_num_min: Minimum total volume (note the _num_ infix for markets).
liquidity_num_min: Minimum liquidity.
start_date_min/start_date_max/end_date_min/end_date_max: ISO-8601 bounds.
limit: 1-100 (default 20). offset: paging offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | ||
| closed | No | ||
| tag_id | No | ||
| order | No | volume24hr | |
| ascending | No | ||
| volume_num_min | No | ||
| liquidity_num_min | No | ||
| start_date_min | No | ||
| start_date_max | No | ||
| end_date_min | No | ||
| end_date_max | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |