Skip to main content
Event: trader_new_trade
Endpoint: wss://api.struct.to/ws/alerts
Cost: 0.2 credits per event
Fires on every order-filled trade that matches the configured filters. Unlike trader_first_trade or trader_new_market, this event triggers for all qualifying trades, making it suitable for continuous trade monitoring.

Filters

Subscribe

Response

price and probability are not the same field:
  • price: the outcome you are looking at (the token in outcome_index / position_id).
  • probability: always outcome index 0 (the Yes/Up token), no matter which outcome the payload is about.
They are equal only when 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.
Last modified on June 17, 2026