get_markets
Retrieve Polymarket prediction markets with filters and pagination to access prices, volume, liquidity, and metadata.
Instructions
Retrieve Polymarket prediction markets with filtering and pagination options. Get market data including prices, volume, liquidity, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of markets to return (default: 20, max: 100) | |
| order | No | Field to sort by (volume, liquidity, start_date, end_date) | |
| active | No | Filter by active status - true for active markets only | |
| closed | No | Filter by closed status - false to exclude closed markets | |
| offset | No | Number of markets to skip for pagination (default: 0) | |
| search | No | Search term to filter markets by title or description | |
| tag_id | No | Filter markets by specific tag/category ID | |
| archived | No | Filter by archived status - false to exclude archived markets | |
| ascending | No | Sort direction - true for ascending, false for descending (default: false) | |
| volume_min | No | Minimum volume threshold in USDC | |
| liquidity_min | No | Minimum liquidity threshold in USDC |