get_market
Retrieve comprehensive details for a single prediction market, including current outcome prices, order-book spreads, price changes, volume, and resolution rules. Designed for deep analysis of one market.
Instructions
Get full details for one market, including order-book edges and momentum.
Use when the user cares about a single specific question (one candidate's
odds, one strike price). For the whole topic, use get_event.
market_id: Numeric string ID (e.g. "573655"). Obtain from
search_markets,get_event, orget_active_markets(returned asidormarkets[].id).
Returns a single market dict. Notable fields:
question: the prediction question itself.description: full resolution rules (can be long — tells you how the market settles).outcome_prices,outcomes: JSON-encoded string lists (see server instructions).best_bid,best_ask: order-book edges as probabilities in [0, 1].spread:best_ask-best_bid(narrower = more liquid).last_trade_price: most recent fill price (probability).one_day_price_change,one_week_price_change: absolute change in probability.volume,volume_24hr,liquidity: USD floats.end_date: ISO 8601 UTC resolution deadline.active,closed: tradeability + resolution state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||