String!
The unique identifier.
PredictionProtocol!
The prediction protocol.
See PredictionProtocol
String!
The venue-specific market ID.
String
The venue-specific market slug.
String
The ID of the prediction event.
String
The venue-specific event ID.
String
The question or title.
String
The display label.
String
A clean, UI-ready label derived from
label/question with the parent event name stripped (and Kalshi Yes:/No: prefixes unwrapped). Falls back to question when label is missing or unknown.String
The parent event label.
String
Primary rules text.
String
Secondary rules text.
[String!]!
Venue-specific outcome IDs.
[String!]!
Internal outcome IDs.
[String!]
Labels for each outcome.
PredictionResolution
The resolution details.
See PredictionResolution
String
URL of the large image.
String
URL of the thumbnail image.
String
URL of the small image.
Int
The creation timestamp.
Int
The last update timestamp.
Int
The timestamp when this entity opens.
Int
The timestamp when this entity closes.
Int
The expected resolution timestamp.
Int
The actual resolution timestamp.
Int!
The last observation timestamp.
Int
The network ID.
String
The exchange contract address.
[PredictionCategory!]
Categories associated with this entity.
See PredictionCategory
String
The ID of the winning outcome.
PredictionMarketEnrichedMetadata
Per-domain structured enrichment (sports market type/teams/start times today). Null when no domain-specific signal extracted.
See PredictionMarketEnrichedMetadata
Used By
Returned by- detailedPredictionEventStats: Returns windowed and all-time stats for a prediction event.
- detailedPredictionMarketStats: Returns windowed and all-time stats for a prediction market.
- eventScopedFilterPredictionMarkets: Filters prediction markets within a single event and returns structured classification metadata for each market. Use this instead of
filterPredictionMarketswhen you need entrant/segment/ladder details (country codes, period+stat grouping, parsed numeric/date rungs) without re-parsing labels client-side. - filterPredictionMarkets: Filters prediction markets using optional text, IDs, event constraints, and ranking criteria.
- filterPredictionTraderMarkets: Filters trader-market records using trader, market, event, and ranking criteria.
- onPredictionTradesCreated: Streams new prediction trades as they are ingested.
- predictionEventBars: Returns bar data for a prediction event.
- predictionEventTopMarketsBars: Returns bar data for top markets inside a prediction event.
- predictionMarketBars: Returns OHLC-style bar data for a prediction market.
- predictionMarkets: Returns prediction markets by ID.
- predictionTraderHoldings: Returns all prediction token holdings for a specific trader.
- predictionTraderMarketsStats: Returns per-market performance stats for a specific trader.
- predictionTrades: Returns prediction trades with cursor-based pagination.