get_prediction_market_quote
Retrieve a real-time quote for prediction market outcomes using live orderbook data. Returns bid, ask, mid price, spread, and implied probability for yes/no outcomes on platforms like Polymarket and Kalshi.
Instructions
Get a quote for a prediction market outcome computed from live orderbook data. Returns best bid, best ask, mid price, spread, and implied probability percentage. Outcome must be 'yes' or 'no'. Use market_id from get_prediction_event_detail results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Prediction market platform | |
| market_id | Yes | Market ID from event detail results | |
| outcome | Yes | Outcome side to quote: 'yes' or 'no' | |
| side | No | Trade direction | buy |
| quote_notional | No | Optional: trade size in USD for execution simulation | |
| depth | No | Orderbook depth levels to use (1-20) |