Cross-venue market search
prediction_market_searchFind a prediction market by question text across two venues at once — Polymarket (USDC, real money) and Manifold (MANA, play money) — returning a single normalised list with the venue, its currency, the question, the YES probability, volume, end date and a direct URL, plus a per-venue status so a venue that failed is visible rather than silently dropped. Use it when you know the question but not the venue or the id. Kalshi is deliberately not included: its API answers Cloudflare Workers with HTTP 429 on every attempt. Costs $0.008 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /prediction-markets/search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Question text to search for (required) Example: 'fed rate'. | |
| venues | No | Comma-separated subset of polymarket,manifold Example: 'polymarket,manifold'. | |
| limit_per_venue | No | Results per venue, 1-20 (default 5) Example: '5'. |