Skip to main content
Returns combo lifecycle activity across wallets. At least one of market_id, condition_id, or position_id is required. Add wallet to narrow results to a single wallet.

Request

Query parameters

Example

Notes

  • Use /v3/wallets/{address}/combos/activity when the wallet address is already known.
  • Use /v3/combos/redemptions when you need terminal-versus-partial redemption evidence or condition/position lineage.
  • Use this endpoint when you are exploring all lifecycle activity for a combo market or position.
  • The activity feed is on-chain derived and can include split, merge, redemption, and transfer-related lifecycle rows as those events are observed.
  • Public combo redemption rows are normalized to Polymarket’s combo activity shape: router and auto-redeemer redemption paths are returned as event_kind: "PositionRedeemed" with side: "Redeem", a module kind such as Combinatorial, Binary, or NegRisk, and payout_usdc when available.
  • When leg metadata is available, resolved combo activity includes leg statuses such as RESOLVED_WIN or RESOLVED_LOSS and leg_current_price values.