When to use
Any question that benefits from a market-implied probability anchor: “what’s the chance X happens?”, “is the market pricing in Y?”, “scenario probability for Z.”Default pattern: SEARCH_RELEVANT_MARKETS first
probability_yes, volume, open_interest, close_time, public_url (cite this), and a raw payload with rules_primary, yes_bid / yes_ask, and volume_24h_fp.
Plus a series_matches field — broader contract series that overlap your query.
The proxy pattern
Direct contracts on legally sensitive scenarios often don’t exist. Platforms list proxies that resolve on legible, verifiable events:| User scenario | Direct contract? | Available proxy |
|---|---|---|
| ”Will China invade Taiwan?” | No | Taiwan Level-4 travel warning contracts |
| ”Will Iran retaliate?” | Rare | Travel warnings, sanctions designations |
| ”Will country X default?” | Rarely | Bond yield contracts, IMF agreement contracts |
| ”Will company X get acquired?” | Sometimes | M&A announcement, regulatory approval contracts |
| ”Will Russia and Ukraine reach a ceasefire?” | No | Ukraine-agreement, Bank of Russia rate, Russia crude export, sanctions-relief contracts |
series_matches and broader search.
Reading the response
| Field | Meaning |
|---|---|
probability_yes | Decimal probability the contract resolves YES (0.46 = 46%). |
volume | Cumulative dollar volume traded. |
open_interest | Live notional held. |
volume_24h_fp (in raw) | Last-day volume — better activity signal than liquidity. |
rules_primary | Exact resolution criteria — read this before citing a probability. |
Known quirks
include_history=Trueis best-effort; thehistoryarray often comes back empty even when set.statusdefaults toopen. Usestatus='closed'for resolved markets.liquidityis often0.0000; usevolume_24h_fpfromrawinstead.
Other tools
SEARCH_EVENTS(search=…, with_nested_markets=True)— grouped event pages with nested contracts. Use when you know the event family and want term-structure-style comparisons.SEARCH_MARKETS(...)— when you already have a ticker or series ticker.GET_MARKET(ticker)— full record for a specific contract.
Citation
When citing a contract:- Lead with the resolution question (verbatim from
title). - Give probability as a percent and the close date.
- Note dollar volume so the reader can weight liquidity.
- Link the
public_url. - If it’s a proxy, say so explicitly: “no direct contract exists; closest tradeable proxy is X.”

