---
title: "Set the uninvested cash sleeve on a manual investment account"
method: PUT
path: "/api/brokerage/manual-cash-sleeve"
tags: ["Brokerage"]
---

# Set the uninvested cash sleeve on a manual investment account

`PUT /api/brokerage/manual-cash-sleeve`

## Request body

- SetManualCashSleeve
  - `accountId` string, uuid, required
  - `amount` number, required

## Response `200`

Cash sleeve set

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input
- `401` — Unauthorized
- `403` — Subscription required
- `404` — Account 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/versions/8ef0dfb5d23c/schema)
