Get Trader P&L
Returns a trader’s daily P&L time series and pre-derived stats from the precomputed daily_pnl read model: entries (daily cumulative P&L), period stats (all/90d/30d/7d), monthly aggregation, per-year totals, and the drawdown series. Reads the refreshed read model, not a per-request equity replay. A resolved trader with no daily P&L returns an empty structured object (HTTP 200); an unknown address returns 404. Spans both providers wherever the read model has the trader’s series.
daily_pnl read model rather than a per-request equity replay. The response carries daily cumulative P&L entries, period stats (all-time, 90d, 30d, 7d), monthly aggregation, per-year totals, and the drawdown series.
{address} accepts a 0x... wallet address, a username, or a trd_-prefixed trader id.
200; an unknown address returns 404. The series spans both providers wherever the read model has it.Authorizations
API key: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.
Path Parameters
Wallet address (0x...), username, or trd_-prefixed trader id.