Skip to main content
Prediction Market data is currently in beta. It is actively being worked on and improved, but may be unreliable. Polymarket and Kalshi data are live.
This endpoint requires a Growth or Enterprise plan. Learn more.

Returns

DetailedSubscriptionPredictionEventStats
DetailedSubscriptionPredictionEventStats
See DetailedSubscriptionPredictionEventStats

Arguments

eventId
String!
required
The ID of the prediction event.

Subscription example

Test this query in the Explorer →
Example Response

Usage Guidelines

  • Event ID format varies by platform:
    • Polymarket: <eventSlug>:Polymarket:<exchangeAddress>:<networkId> (e.g., 67284:Polymarket:0xc5d563a36ae78145c45a50134d48a1215220f80a:137)
    • Kalshi: <eventSlug>:Kalshi (e.g., KXMVESPORTSMULTIGAMEEXTENDED-S2026350C4EF9BCE:Kalshi)
  • Subscribe using the eventId to track real-time stats for a specific prediction event
  • Stats are provided across multiple time windows: 5-minute, 1-hour, 4-hour, 12-hour, 1-day, and 1-week
  • Updates stream in real-time whenever a new trade occurs on the prediction event

Troubleshooting Tips

Stats are available for 6 time windows: statsMin5 (5 minutes), statsHour1 (1 hour), statsHour4 (4 hours), statsHour12 (12 hours), statsDay1 (1 day), and statsWeek1 (1 week). Each window provides granular metrics for that time period.
volumeUsd is the trading volume denominated in US dollars, while volumeCT is volume in collateral token units. For Polymarket (which uses USDC as collateral), these values are typically the same. For other protocols, they may differ based on the collateral token’s USD price.
Fields may be null if the data isn’t available for older events or if the event hasn’t had activity in a particular time window. winningOutcomeId is null until the event is resolved. Zero values indicate no activity in that category (e.g., no sells during a time window).