redeemPositions function on the Conditional Tokens contract burns the user’s shares and pays out USDC based on the resolved outcome.
Every resolved market generates redemption events as holders claim their payouts. A non-zero payout means the user held winning shares. A zero payout means the user redeemed losing shares (no collateral returned).
Recent redemption events also include the market’s resolved payout vector when available. Use winning_outcome, winning_token_id, or the ordered payouts / outcome_prices arrays to identify which outcome won without making a second market lookup.
Fields
Always
"redemption".Block timestamp in Unix milliseconds.
Use cases
- Payout tracking — monitor who is cashing out resolved positions and how much they receive
- Wallet PnL — combine with trade data to calculate realized profit/loss per wallet
- Market lifecycle — track the full arc from trading to resolution to redemption
- Winning wallet alerts — filter for large
payoutvalues to spot big winners as they redeem - Outcome-aware automations — use
winning_outcomeoroutcome_pricesdirectly instead of waiting on slower market metadata refreshes
Subscribing
min_size:

