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.
Market template slug (e.g. “moneyline”, “spreads”, “totals”, “ufc_method_of_victory”). Free string — list grows as venues add templates.
Soft-normalised league identifier (mirrors the parent event).
Teams referenced by this market, when known.
See SportsTeam
Game-start date in UTC (“YYYY-MM-DD”). Derived from
gameStartTime when present.Game-start clock value as canonical UTC ISO-8601.
Game-start as Unix seconds (UTC).
Timezone discriminator for
gameStartTime / gameStartDate. Always UTC for any record produced after the ET→UTC normalisation rollout.
See SportsTimezoneUsed 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.