prediction_markets_search
Search live prediction markets across Polymarket and Kalshi in one call. Returns a single normalised shape for both venues — question, implied probability (0-1), volume, end date, venue and URL — so you never have to reconcile two different price formats. Raw venue fields are preserved.
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 to return (default 20) | |
| query | No | Free-text filter on the market question. Omit to get the most active markets. | |
| venues | No | Which venues to query (default both) | |
| includeRaw | No | Include each venue's original fields (default false) | |
| includeClosed | No | Include settled markets (default false) |