Combo position with legs, metadata, and PnL
Expands one combo (parlay) position into its legs — each with market metadata, live price, and won/lost/pending status — together with the trader’s PnL row for the combo and derived figures (implied probability, potential payout, dead flag).
Path Parameters
Trader wallet address
Query Parameters
Combo position id, decimal or 0x-prefixed hex — as returned by the positions endpoints
Combo condition id (0x-prefixed 32-byte hex); alternative to position_id
Response
Combo breakdown with per-leg detail and position PnL. Unknown combos return 200 with data: null and an unknown combo message
Normalized combo condition id.
True once the position can no longer pay out.
x >= 0x >= 0x >= 0x >= 0The trader's position row for this combo (same shape as the positions endpoint). Omitted when the trader holds no position on this combo.
Probability of this position paying out, implied by current leg prices (resolved legs count as 0 or 1).
Gross USD payout if this held side can still win/redeem, or the already-realized redemption amount when it has won and redeemed. Omitted for dead losing positions and zero-balance closed positions.
Lifecycle state of the combo. Omitted when the trader holds no position on it.
open, closed, resolved_win, resolved_loss, redeemable, redeemed