curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/redeem \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Redeem every redeemable Polymarket position for a Polygon wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/redeem \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}