Search prediction markets across all venues
pm_data_eventsSearch prediction-market events across all seven major venues, returning titles, probabilities, volume, and status per event for research use without an API key.
Instructions
Free public search over prediction-market events across ALL seven venues (Polymarket, Kalshi, Metaculus, PredictIt, Limitless, Manifold, Smarkets) — broader than discover_pm_markets, which is scoped to the paper-tradeable venues. Returns titles, probabilities, volume/liquidity, status, and source per event, plus referenceProbability when present (CoinRithm's canonical cross-venue number for open events matched across venues — probability, venueCount, spreadPoints, and outcomeName for multi-outcome leaders). Research/data only: to trade, use discover_pm_markets + pm_quote instead. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Optional search text. | |
| fiat | No | Fiat currency code for monetary figures (default usd). | |
| sort | No | Optional sort key. | |
| limit | No | Max rows (1-50, default 20). | |
| offset | No | Pagination offset (default 0). | |
| source | No | Optional venue filter: polymarket, kalshi, metaculus, predictit, limitless, manifold, or smarkets. | |
| status | No | Optional status filter (e.g. open or closed). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when CoinRithm returned a successful 2xx response. | |
| body | No | Parsed CoinRithm response body, or raw text when the response is not JSON. | |
| httpStatus | Yes | HTTP status returned by CoinRithm, or 0 for network errors. | |
| ledgerStatus | No | Ledger write status header returned by CoinRithm, when present. | |
| ledgerEventId | No | Private AgentActionEvent id returned by /api/agent/*, when present. |