curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/redeem/{token_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"tx_hash": "...",
"status": "FILLED"
}
}Redeem a claimable Kalshi winning position from a Solana wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/redeem/{token_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"tx_hash": "...",
"status": "FILLED"
}
}