Cross-Platform
Event Detail
Get full event detail including all platform markets, outcomes, volume breakdown, and direct platform URLs.
Get event detail
Returns full event detail for one slug with cross-platform breakdown, outcomes, volume, and platform links.
Live GET Request
Try it
Live Response
Click Try It to run this GET request against the API.Request
curl 'https://api.thepredictionmarkets.com/api/v2/events/2026-nba-champion' \
-H 'X-API-Key: YOUR_TPM_API_KEY'Response
{
"slug": "2026-nba-champion",
"title": "2026 NBA Champion",
"category": "sports",
"status": "active",
"platforms": [
{
"platform": "polymarket",
"market_id": "2026-nba-champion",
"platform_url": "https://polymarket.com/event/2026-nba-champion",
"volume_total": 310498252.36,
"outcomes": [
{ "title": "Oklahoma City Thunder", "probability": 0.495, "volume": 8208874.22 }
]
}
]
}Query Parameters
| Name | Type | Required | Default | Example | Description |
|---|---|---|---|---|---|
| slug | string | Yes | - | 2026-nba-champion | Event slug from the events list. |
Response Fields
| Field | Type | Example | Description |
|---|---|---|---|
| slug | string | - | Event slug. |
| platforms | object[] | - | Array of platform-specific market data with outcomes. |
| platforms.outcomes | object[] | - | Outcomes for that platform with probability, volume, bid/ask. |
Build with TPM
Get your API key
Start with Kalshi and Polymarket market data, then add unified spreads, signals, alerts, and watchlists as your workflow grows.