polymarket_markets
Query live Polymarket prediction markets, ranked by volume. Returns question, implied probability (0-1, derived from the outcome price), volume, liquidity, end date and URL. Optional free-text filter on the question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts. | |
| limit | No | Maximum markets (default 20) | |
| query | No | Free-text filter on the market question | |
| includeRaw | No | Include Polymarket's original fields (default false) | |
| includeClosed | No | Include settled markets (default false) |