get_event
Retrieve a complete prediction market event with all its nested markets, including volume, liquidity, and per-market probability data. Use when you need the full topic instead of a single sub-question.
Instructions
Get one event with all of its nested markets.
Use when the user cares about a whole topic (all candidates, all strike
brackets, etc.). For one specific sub-question, use get_market.
event_id: Numeric string ID (e.g. "36173"). Obtain from
search_marketsorget_active_markets(returned asid).
Returns the event dict with its full markets[]. Notable fields:
volume,volume_24hr,liquidity: USD floats (may be null).active,closed: state flags;closed= all sub-markets resolved.end_date: ISO 8601 UTC; null when sub-markets have staggered dates.markets[].outcome_prices: JSON-encoded probability list; null if untraded.markets[].best_bid,best_ask,last_trade_price: probabilities in [0, 1].markets[].one_day_price_change: 24h absolute change in probability (float).markets[].closed: true once that individual market has resolved.
Does NOT include per-market spread, one_week_price_change, or full
market description / slug. Use get_market for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||