Cross-Platform

Event Detail

Get full event detail including all platform markets, outcomes, volume breakdown, and direct platform URLs.

GET/api/v2/events/{slug}Try It

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

NameTypeRequiredDefaultExampleDescription
slugstringYes-2026-nba-championEvent slug from the events list.

Response Fields

FieldTypeExampleDescription
slugstring-Event slug.
platformsobject[]-Array of platform-specific market data with outcomes.
platforms.outcomesobject[]-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.