Event:
Cost: 0.1 credits per delivery
trader_new_market Cost: 0.1 credits per delivery
trader_new_market event fires the first time a trader trades in a specific market, delivering once per trader-and-market pair. The full payload schema is in the auto-generated Trader New Market 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
- Track when a trader expands into a market they have never touched before.
- Spot smart money rotating into a fresh event or condition for the first time.
- Build per-market entry alerts without re-firing on subsequent trades in the same market.
Subscription filters
Add these to thefilters object when you create the subscription.