cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/redeem/build \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "conditionId": "<string>", "indexSets": [ 123 ], "isNegRisk": false } '
{ "data": { "to": "<string>", "calldata": "<string>", "chainId": 123, "safeAddress": "<string>" }, "hostname": "<string>", "took": 123 }
Build a transaction to redeem outcome tokens on a resolved prediction market. Converts winning shares back to USDC.
Redeem transaction
Show child attributes