Skip to main content
Event: market_resolved
Endpoint: wss://api.struct.to/ws/alerts
Cost: 0.1 credits per event
Get notified once when a market reaches a terminal resolution. The alert collapses the underlying oracle events (QuestionResolved, QuestionEmergencyResolved, ConditionResolution, NegRiskOutcomeReported) into a single notification carrying the winning outcome and, when available, the settled price.
Prefer this over oracle_events when you only care about the final result. A single resolution emits several raw oracle events; market_resolved deduplicates them into one delivery per market.

Filters

Subscribe

Response

resolution_kind is one of question_resolved, question_emergency_resolved, condition_resolution, or neg_risk_outcome_reported. settled_price is present only for QuestionResolved (1.0 = full YES, 0.0 = full NO, 0.5 = split).
Last modified on July 29, 2026