Event:
Cost: 0.2 credits per delivery
trader_new_trade Cost: 0.2 credits per delivery
trader_new_trade event fires on every order-filled trade by a tracked trader, delivering once per fill. The full payload schema is in the auto-generated Trader New Trade callback reference; this page documents the filters and matching behavior.
price and probability are not the same field:price: the outcome you are looking at (the token inoutcome_index/position_id).probability: always outcome index0(the Yes/Up token), no matter which outcome the payload is about.
outcome_index is 0. On the No side (index 1) they are complements: a price of 0.40 pairs with a probability of 0.60.When to use this
- Mirror a trader’s full activity into your own ledger or analytics pipeline.
- Drive copy-trading logic that reacts to each individual fill.
- Stream a real-time feed of a watched wallet’s buys and sells, optionally narrowed by trade type.
Subscription filters
Add these to thefilters object when you create the subscription.