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.
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.
| Filter | Type | Description |
|---|---|---|
wallet_addresses | 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). |
min_usd_value | number | Minimum USD size of the trade. |
min_probability | number | Minimum outcome probability, 0.0–1.0. |
max_probability | number | Maximum outcome probability, 0.0–1.0. |
exclude_shortterm_markets | boolean | Exclude short-term Up/Down markets. |