Scans the wallet’s token holdings and builds redemption transactions for every resolved market where the wallet holds winning tokens. Returns all transactions in a single response — sign and submit each one.This endpoint only builds transactions for positions where the wallet holds tokens on the winning side. Losing-side tokens and already-redeemed positions are automatically skipped.
This endpoint scans the wallet’s token accounts directly (single RPC call), then matches tokens to market mint PDAs. It only builds transactions for markets where the wallet holds winning-side tokens with non-zero balances. This is much faster than calling /v2/markets/:id/redeem for each market individually.