Get one market, venue by venue
get_market_probabilitiesThe full current picture for ONE market: the SkipSeek Fair Probability, every venue pricing it with that venue's own price snapshot and how closely its contract matches the standardized question, each venue's signed Probability Gap against fair value (labelled Market Premium, Market Discount, In Line or Cross-Market Discrepancy), and the latest confidence score and band. USE WHEN you have a slug and need where the price stands now, or to answer "which venue is out of line and by how much". USE SOMETHING ELSE WHEN you do not have a slug yet (list_markets), when you need how the price MOVED over time (get_market_history), or when you want the written analysis and its cited sources (get_market_research). Read-only. Probabilities are 0–1; gaps are in percentage points. An unknown slug returns a plain not-found message, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market slug, exactly as returned in the `slug` field by list_markets, list_discrepancies or list_movers (e.g. "fed-cuts-rates-by-september"). Opaque — do not construct or guess one; a slug that does not exist returns a not-found message rather than data. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gaps | No | ||
| tier | No | ||
| market | No | ||
| notice | No | Set INSTEAD of data when the call succeeded but has nothing to return: unknown slug, empty result, a tool not on this tier, or quota spent. Not an error. | |
| source | No | ||
| sources | No | ||
| confidence | No | ||
| attribution | No | ||
| generated_at | No | ||
| fair_probability | No | Decimal 0-1. | |
| requests_remaining_today | No |