Returns a full profile for a single wallet in USD. Includes realized P&L, unrealized P&L from open positions, gross profit and loss, win/loss record, and total trading volume.Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
address | string | Wallet address (0x-prefixed, case-insensitive) |
Example
Response fields
| Field | Type | Description |
|---|---|---|
net_realized_pnl | number | Net realized P&L in USD |
gross_profit | number | Sum of all winning position P&L (USD) |
gross_loss | number | Sum of all losing position P&L (USD, negative) |
unrealized_pnl | number | Unrealized P&L from open positions based on current prices (USD) |
total_pnl | number | net_realized_pnl + unrealized_pnl (USD) |
wins | integer | Number of positions closed with positive P&L |
losses | integer | Number of positions closed with negative P&L |
position_count | integer | Total positions (open + closed) |
open_positions | integer | Positions with shares > 0 |
total_volume | number | Total volume traded (USD) |

