get_odds_event_orderbook
Retrieve raw bid and ask levels for a prediction market outcome to compute mid price and implied probability. Provide either a Kalshi or Polymarket market ID.
Instructions
Get the raw orderbook (bids and asks) for a specific prediction market outcome. Provide either kalshi_market_id OR polymarket_market_id (not both, at least one required). Returns raw bid/ask levels — use the best bid and ask to compute mid price and implied probability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kalshi_market_id | No | Kalshi market identifier | |
| polymarket_market_id | No | Polymarket market ID (condition ID or token ID) |