Skip to main content
Returns combo positions for a wallet. Each row includes balance, entry basis, realized/unrealized/total P&L, status, and leg metadata when available. For a combined standard + combo position list, call GET /v3/wallets/{address}/positions?include_combos=true.

Request

Query parameters

Example

Response fields

Resolution semantics

Redeemed combo positions are settled into weighted-average cost basis as soon as PolyNode observes the on-chain combo redemption. A fully redeemed winning combo returns status: "RESOLVED_WIN", shares_balance: "0.000000", entry_cost_usdc: "0.00", and realized/total P&L equal to redemption payout minus entry basis. A fully redeemed losing combo returns status: "RESOLVED_LOSS" with zero open entry cost. entry_avg_price_usdc remains the historical weighted-average entry price after close. Leg metadata is refreshed from Polymarket combo metadata. Resolved legs expose leg_status values such as RESOLVED_WIN or RESOLVED_LOSS, leg_resolved_at, and leg_current_price when available. legs_resolved and legs_pending are derived from those leg statuses.