search_markets
Search and filter Polymarket prediction markets by query, tag, status, condition ID, or CLOB token IDs to retrieve tradeable market data for pricing and order book analysis.
Instructions
Search and discover specific, individual Polymarket prediction markets.
Each individual market constitutes a singular yes/no predictive question utilizing tradeable outcome tokens. These markets provide the fundamental CLOB token IDs intrinsically required for pricing and order book evaluations.
Args: query (Optional[str]): A search term utilized to filter markets by their title or descriptive slug. tag (Optional[str]): A thematic category tag for filtering. active (Optional[bool]): Set to true to strictly return currently active and successfully tradeable markets. closed (Optional[bool]): Set to true to strictly return definitively resolved or settled markets. condition_id (Optional[str]): Filter intrinsically by a unique on-chain condition ID. clob_token_ids (Optional[str]): Filter fundamentally by defined CLOB token IDs. order (Optional[str]): The specific field to sort the payload by. ascending (Optional[bool]): The structural sort direction. limit (Optional[int]): The maximum number of paginated results to return. offset (Optional[int]): The defined pagination offset limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| order | No | ||
| query | No | ||
| active | No | ||
| closed | No | ||
| offset | No | ||
| ascending | No | ||
| condition_id | No | ||
| clob_token_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |