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.
| Filter | Type | Description |
|---|---|---|
traders | string[] | Restrict to specific trader wallet addresses (max 500). |
condition_ids | string[] | Restrict to specific markets by condition ID (max 500). |
event_slugs | string[] | Restrict to specific events by slug (max 500). |
outcome_indexes | integer[] | Restrict to specific outcome indexes within a market. |
won_only | boolean | When true, deliver only winning resolutions; when false, only losing ones. Omit to receive both. |
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.