Event:
Endpoint:
Cost: 0.1 credits per event
oracle_events Endpoint:
wss://api.struct.to/ws/alerts Cost: 0.1 credits per event
oracle_event_types to restrict to specific kinds, and condition_ids to narrow by market. The data payload is a discriminated union keyed on event_type.
Filters
| Filter | Type | Required | Description |
|---|---|---|---|
oracle_event_types | string[] | No | Restrict to specific event types (see list below) |
condition_ids | string[] | No | Restrict to specific markets |
Event types
Valid values fororacle_event_types:
AssertionMade, AssertionDisputed, AssertionSettled, RequestPrice, ProposePrice, DisputePrice, Settle, QuestionResolved, QuestionEmergencyResolved, QuestionReset, QuestionInitialized, QuestionPaused, QuestionUnpaused, QuestionFlagged, QuestionUnflagged, ConditionResolution, NegRiskOutcomeReported.
Subscribe
Response
Thedata object is a discriminated union keyed on event_type. The QuestionResolved variant is shown below; full schemas for every variant are documented on the Oracle Events room page.