GET /v3/wallets/{address}?include_combos=true.
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
address | string | Wallet address |
Example
Response fields
| Field | Type | Description |
|---|---|---|
open_combo_count | integer | Open combo positions |
closed_combo_count | integer | Closed combo positions |
balance_count | integer | Total combo balance rows tracked for the wallet |
realized_pnl_usdc | string | Realized combo P&L in USD |
unrealized_pnl_usdc | string or null | Current unrealized combo P&L when available |
total_pnl_usdc | string | Realized + unrealized combo P&L |
last_activity_at | string | Last observed combo activity for this wallet |

