List combo positions with legs, metadata, and PnL
Lists a trader’s combos (parlays), one entry per combo, each expanded into its legs with market metadata, live prices, won/lost/pending status, the trader’s PnL row, and derived figures (implied probability, potential payout, dead flag). Supports title search and combo-level sorting.
Path Parameters
Trader wallet address
Query Parameters
Lifecycle filter; omit for all combos. resolved matches wins and losses; resolved_win also matches redeemable/redeemed
Status filter for the combo listing. Looser than the entry's status
field: resolved matches wins and losses, and resolved_win also
matches redeemable/redeemed combos.
open, closed, resolved, resolved_win, resolved_loss, redeemable, redeemed Case-insensitive substring match on the combo market title.
Default: total_pnl_usd. Aggregated across the combo's held sides. title sorts alphabetically by market title; end_date sorts by the market resolution date; redeemable surfaces combos with redeemable winning shares.
Sort keys for the combo listing — aggregates summed (or, for the
timestamps, min/max) across a combo's held sides. title sorts by
combo market title, end_date by market resolution date, and
redeemable by whether a winning held side still has shares.
total_pnl_usd, realized_pnl_usd, unrealized_pnl_usd, raw_total_pnl_usd, raw_realized_pnl_usd, raw_unrealized_pnl_usd, total_buy_usd, first_trade_at, last_trade_at, title, end_date, redeemable Default: desc
asc, desc Page size (default 10, max 100)
Row skip; clamped to a max of 3500. Takes precedence over pagination_key.
Cursor from the previous page
Response
Combo entries with per-leg detail and position PnL
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