Call redeemPositions via a Safe execution for resolved outcomes.
redeemPositions. This is typically the final step once a market has been settled on-chain.
https://relayer.kuest.com/operations/redeem-position with the usual L2 headers. You will receive the relayer-broadcast hash and confirmations for the Safe execution.redeem-position accepts the same payload as POST /submit. Use:
type: SAFEproxyWallet: Safe address executing the callto: Conditional Tokens contract addressdata: ABI-encoded redeemPositions(...) calldatafrom, nonce, signature, signatureParams, value, metadata) follow the /submit schema.
nonce must match GET /nonce with type=SAFE; mismatches return 409.proxyWallet) that executed the call.400. Execution issues surface as 502 with the RPC error appended to error.Signed SAFE payload executed immediately by relayer operations.
SAFE Safe owner submitting the request.
Contract to execute.
Existing Safe proxy address.