getPredictionEventDetail
Retrieve detailed prediction event data including outcome token IDs, current prices, and market statistics. Use a slug or event ID to get information needed before placing trades.
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 |