Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

kind
PredictionMarketEntrantKind!
Kind of entity this entrant represents. See PredictionMarketEntrantKind
displayName
String!
Cleaned display name for the entrant (mirrors the existing suggestedLabel field).
imageUrl
String
Per-market image URL when available (mirrors the existing per-market image).
countryCode
String
ISO 3166-1 alpha-2 country code (e.g. “SE”). Populated when kind = COUNTRY and the label resolves to a known country.

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.