---
title: "Patch manual account balance"
method: PATCH
path: "/api/accounts/{id}/balance"
tags: ["Accounts"]
---

# Patch manual account balance

`PATCH /api/accounts/{id}/balance`

Set `balance.current` for a manual account directly. Caller-controlled sign — value is written verbatim. Re-snapshots so net-worth views update immediately.

## Path parameters

- `id` string, required

## Request body

- PatchManualBalance
  - `current` number, required — New signed balance to write to balance.current. Stored verbatim; caller decides sign. Up to 4 decimal places.

## Response `200`

Balance updated

- SuccessResponse
  - `message` string
  - `success` boolean, required

## Other responses

- `400` — Account is not manual
- `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/revisions/8ef0dfb5d23c/schema)
