Skip to main content
Event: trader_trade_event
Cost: 0.2 credits per delivery
The trader_trade_event event delivers a typed prediction-trade stream of a tracked trader’s trade events, with each delivery carrying the structured event type. The full payload schema is in the auto-generated Trader Trade Event callback reference; this page documents the filters and matching behavior.

When to use this

  • Consume a structured, typed event feed rather than raw fills for downstream classification.
  • Branch your handling logic on trade type while keeping a single subscription.
  • Feed a normalized prediction-trade timeline into dashboards or alerting systems.

Subscription filters

Add these to the filters object when you create the subscription.

Example

Last modified on June 16, 2026