---
title: "Record a SELL against a manual holding"
method: POST
path: "/api/brokerage/manual-holdings/sell"
tags: ["Brokerage"]
---

# Record a SELL against a manual holding

`POST /api/brokerage/manual-holdings/sell`

## Request body

- SellManualHolding
  - `holdingId` string, uuid, required
  - `sellPrice` number, required
  - `sellQuantity` number, required
  - `soldAt` string

## Response `200`

Sell recorded

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input or oversell
- `401` — Unauthorized
- `403` — Subscription required
- `404` — Holding not found
- `422` — Validation failed

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
