Skip to main content
String!
The unique identifier.
String!
The ID of the prediction event.
PredictionProtocol!
The prediction protocol. See PredictionProtocol
String!
The venue-specific market ID.
String
The venue-specific market slug.
String
The exchange contract address.
Int
The network ID.
String
The venue-specific event ID.
String
The display label.
String
A best-effort display label for the market: the market label when present and meaningful, otherwise the question. If the event name appears inside the label it is stripped out.
String
The question or title.
String!
The collateral backing this market.
Int!
The creation 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.
PredictionEventStatus!
The current status. See PredictionEventStatus
[String!]
Tags associated with this entity.
String
URL of the thumbnail image.

Used By

Returned by
  • eventScopedFilterPredictionMarkets: Filters prediction markets within a single event and returns structured classification metadata for each market. Use this instead of filterPredictionMarkets when 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.