Skip to main content
Event: trader_global_pnl
Cost: 0.1 credits per delivery
Fires when a trader’s global realized PnL across all markets crosses your configured bounds. The full payload schema is in the auto-generated Trader Global PnL callback reference; this page documents the filters and matching behavior.

When to use this

  • Surface traders whose all-market realized PnL clears a profit or loss threshold.
  • Track aggregate performance of a watchlist of wallets across every market they touch.
  • Qualify high-conviction traders by combining global PnL with volume, win rate, and breadth of markets traded.

Subscription filters

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

Example

Notes

  • Combine min_realized_pnl_usd and max_realized_pnl_usd to match a PnL band rather than a single bound.
  • timeframes scopes the window over which realized PnL is measured; lifetime uses the trader’s full history.
Last modified on June 13, 2026