dome_markets
Find markets on Polymarket using various filters including the ability to search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter markets by tag(s). Can provide multiple values. | |
| limit | No | Number of markets to return (1-100). Default: 10 for search, 10 for regular queries. | |
| offset | No | Number of markets to skip for pagination | |
| search | No | Search markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price'). | |
| status | No | Filter markets by status (whether they're open or closed) | |
| end_time | No | Filter markets until this Unix timestamp in seconds (inclusive) | |
| event_slug | No | Filter markets by event slug(s). Can provide multiple values. | |
| min_volume | No | Filter markets with total trading volume greater than or equal to this amount (USD) | |
| start_time | No | Filter markets from this Unix timestamp in seconds (inclusive) | |
| market_slug | No | Filter markets by market slug(s). Can provide multiple values. | |
| condition_id | No | Filter markets by condition ID(s). Can provide multiple values. |