Get Wallet Pnl
Polymarket Wallets
Wallet P&L
Get P&L summary and realized P&L time series for a wallet
GET
Get Wallet Pnl
Returns both a summary (realized, unrealized, fees) and a time series of cumulative realized P&L. Summary fields (current snapshot):Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
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 received
pnl_over_time):
- Shows realized P&L only - does not include unrealized gains/losses
- Each data point is cumulative realized P&L at that timestamp
Use
condition_id query param to filter to a specific market. This correctly handles split/merge operations by aggregating both sides.Authorizations
Path Parameters
Wallet address to fetch PnL for
Query Parameters
Time granularity for PnL data
Available options:
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
Response
Successful Response
Wallet PnL endpoint response.
PnL granularity enum.
Available options:
day, week, month, year, all Current total realized PnL (USD)
Current unrealized PnL (USD), computed live from positions
Total taker fees paid (USD)
DEPRECATED: always 0. Refunds are already netted into fees_paid.
realized + unrealized - fees_paid (USD)
