---
title: "Redeem resolved positions"
method: POST
path: "/portfolio/redeem"
tags: ["Portfolio"]
---

# Redeem resolved positions

`POST /portfolio/redeem`

Submit an on-chain redeemPositions transaction for a resolved market. Server-managed wallets only. Use onBehalfOf for partner sub-accounts.

## Request body

- RedeemPositionsDto
  - `conditionId` string, required — The bytes32 conditionId of the resolved market to redeem
  - `onBehalfOf` number — Profile ID of the managed sub-account (partner flow). Must be a child of the authenticated partner.

## Response `200`

Redemption transaction submitted

## Other responses

- `400` — Market not resolved or no balance
- `401` — Unauthorized
- `403` — No server wallet or insufficient scopes
- `404` — Market not found
- `409` — Operation already in progress

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
