Get full prediction-market event detail
pm_data_eventFetch free prediction-market event data: outcomes, probabilities, price snapshots, cross-venue matches, reference probability, whale trades, news, and volume history.
Instructions
Free public detail for one prediction-market event by venue + slug: outcomes with probabilities, price snapshots, resolution evidence, crossSourceMatches (the SAME real-world question priced on other venues — read probability divergence directly from it), referenceProbability when present (CoinRithm's canonical cross-venue number: the liquidity-weighted median Yes probability across matched real-money venues, with venueCount and spreadPoints — quote all three together, venues disagree and the spread says by how much), recent whale trades on the event, related events, related news, and volumeHistory when present (daily volume points captured since 2026-07-02 — read the event's volume trend directly from it). This is the cross-venue research view; for tradability use pm_quote. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fiat | No | Fiat currency code for monetary figures (default usd). | |
| slug | Yes | Event slug on that venue. | |
| source | Yes | Venue slug: polymarket, kalshi, metaculus, predictit, limitless, manifold, or smarkets. |
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. |