Event:
Cost: 0.1 credits per delivery
trader_position_resolved Cost: 0.1 credits per delivery
When to use this
- Book final outcomes for a watchlist of traders the moment their positions settle.
- Reconcile open positions to closed at resolution time without polling.
- Track only winning resolutions (or only losing ones) by combining the resolution event with the
won_onlyfilter.
Subscription filters
Add these to thefilters object when you create the subscription.
Example
Notes
- The payload is the full resolved position, including the resolved outcome, realized PnL, and cost basis.
- The event fires once per position when its market resolves; it does not fire on intermediate trades or price moves.
- Omit
won_onlyto receive every resolution regardless of whether the position won or lost.