getPredictionEventDetail
Get prediction event details with outcome token IDs, current prices, and trading stats before placing orders. Use slug or event ID to fetch all associated markets and confirm tradable tokens.
Instructions
Get detailed information about a prediction event, including all associated markets, outcome tokens, current prices, and trading statistics.
Use slug for human-readable event lookups (takes priority over eventId).
Set hasMoreMarkets=true to include markets from related "more-markets" sub-events.
AI agent should call this before placing orders to get the full list of outcome token IDs and current prices for a specific event.
Agent hint: Use this endpoint to get all details of a specific prediction event including tokenIds for trading. Prefer using slug when available (more stable than eventId). Call this before buy/sell to confirm current market prices and available tokenIds. Do NOT use getPredictionMarketList for individual event details — use this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| eventId | No | ||
| hasMoreMarkets | No |