curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/merge \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"condition_id": "<string>",
"amount": "<string>"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Merge opposing Polymarket outcome shares back into collateral.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/merge \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"condition_id": "<string>",
"amount": "<string>"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}