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.

metric
PredictionMarketLadderMetric!
What the rung is measuring (price, stock price, temperature in °C, social-media count, …). See PredictionMarketLadderMetric
operator
PredictionMarketLadderOperator!
How the rung relates to its bound(s). See PredictionMarketLadderOperator
numericValue
Float
Single comparison value for ABOVE / BELOW / EXACTLY (e.g. 80000 for “BTC > $80k”).
lowerBound
Float
Lower bound for BETWEEN-style range buckets (e.g. “80k80k-90k” → 80000).
upperBound
Float
Upper bound for BETWEEN-style range buckets (e.g. “80k80k-90k” → 90000).

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.