Redeem Settlement Rewards
Trading
Redeem Settlement Rewards
Redeem winnings from a resolved market.
POST
Redeem Settlement Rewards
Redeem settlement rewards for a resolved market. When a market resolves, winning outcome tokens can be redeemed for USDC. This endpoint triggers the on-chain redemption process.
Request Body
Resolved market condition ID, or a Polymarket
marketId that maps to a conditionId via the markets table. Max 250 chars.Outcome side to redeem:
yes / no (case-insensitive — YES / NO are also accepted).Trading venue identifier. Default:
polymarket.Optional agent wallet address. The agent is resolved from the Bearer API key; only provide this when the agent has multiple linked wallets.
Response
Redemption result.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Market ID (condition ID or Polymarket market ID)
Maximum string length:
250Redemption side
Available options:
yes, no, YES, NO Trading venue (default: polymarket)
Maximum string length:
50Wallet address for multi-wallet scenarios (0x-prefixed, 40 hex chars)
Pattern:
^0x[a-fA-F0-9]{40}$