Get P&L summary and realized P&L time series for a wallet
realized_pnl — Total realized P&L from sells and redemptionsunrealized_pnl — Unrealized P&L computed live from open positionstotal_pnl — realized_pnl + unrealized_pnlfees_paid / fees_refunded — Taker fees paid and maker rebates receivedpnl_over_time):
condition_id query param to filter to a specific market. This correctly handles split/merge operations by aggregating both sides.Wallet address to fetch PnL for
Time granularity for PnL data
day, week, month, year, all Unix timestamp (seconds) for start of range
Unix timestamp (seconds) for end of range
Filter to a specific market by condition ID
Successful Response
Wallet PnL endpoint response.
PnL granularity enum.
day, week, month, year, all Current total realized PnL (USD)
Current unrealized PnL (USD), computed live from positions
Total taker fees paid (USD)
Total maker rebates received (USD)
realized + unrealized - fees_paid + fees_refunded (USD)