Skip to main content
Redeem Position
curl --request POST \
  --url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/redeem/{condition_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": {
    "tx_hash": "0x..."
  }
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Path Parameters

wallet_id
string
required
condition_id
string
required

Resolved Polymarket condition ID.

Response

201 - application/json

Polygon redemption created