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.

OPEN
enum
SUSPENDED
enum
RESOLVED
enum
CANCELLED
enum
PENDING
enum

Used By

Returned byUsed as input 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.
  • filterPredictionEvents: Filters prediction events using optional text, IDs, and ranking criteria.
  • 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.

Status Descriptions

  • OPEN - Event is active and has open markets accepting trades. This is the normal operating state for prediction events.
  • SUSPENDED - Event trading has been temporarily suspended, usually due to uncertainty about the outcome or pending information. Markets may reopen once the situation is clarified.
  • RESOLVED - Event has concluded and the outcome has been determined. All markets within this event have been settled and winners have been paid out.
  • CANCELLED - Event was cancelled before resolution, typically due to the event not occurring or being invalid. All positions are typically refunded.
  • PENDING - Event has closed and is awaiting resolution. Trading has ended but the final outcome has not yet been determined. This is the state between market close and resolution.