Skip to main content
POST
Redeem
Managed wallet: Server signs and submits, returns tx_hash. External wallet: Server returns unsigned_tx for you to sign. The Python SDK handles this automatically with client.redeem().
Use GET /api/sdk/positions and look for "redeemable": true to find positions ready to redeem.

Body

application/json

Request to redeem a winning Polymarket position via SDK.

market_id
string
required
side
enum<string>
required
Available options:
yes,
no

Response

Successful Response

Response from SDK redemption.

success
boolean
required
tx_hash
string | null
unsigned_tx
Unsigned Tx · object | null
error
string | null