Event:
Cost: 0.1 credits per delivery
oracle_events Cost: 0.1 credits per delivery
When to use this
- Track market resolutions and settle positions as soon as the oracle reports.
- Get alerted to disputes or emergency actions that may affect open markets.
- Monitor assertion lifecycle activity for specific conditions you care about.
Subscription filters
Add these to thefilters object when you create the subscription.
| Filter | Type | Description |
|---|---|---|
oracle_event_types | string[] | Restrict to specific oracle event types, e.g. QuestionResolved, DisputePrice, ProposePrice (max 500). |
condition_ids | string[] | Restrict to specific markets by condition ID (max 500). |
Example
Notes
oracle_event_typesnarrows delivery to specific lifecycle events — set it to receive only the stages you care about (e.g. justQuestionResolved) instead of every oracle action.