Returns a list of events, each with all its child markets (questions) and outcomes (Yes/No or multi-option). The shape matches the embed widget format so the same data drives charts, swipe cards, and agent inputs.
JSON-stringified array of CLOB token ids (used for placing orders)
endDateIso
string | null
When the market closes
active
boolean
Currently accepting orders
closed
boolean
Resolved
Strings like outcomes are JSON-stringified to match the existing embed widget shape used by partners. Just JSON.parse(market.outcomes) to get the array.