kalshi_markets
Query live Kalshi prediction markets (CFTC-regulated US exchange). Returns question, implied probability (0-1, derived from the yes bid/ask mid), volume, open interest, close time 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 | |
| status | No | Market status (default open) | |
| includeRaw | No | Include Kalshi's original fields (default false) | |
| includeUnpriced | No | Also return markets with no live bid/ask (default false — they carry no information) |