---
title: "Create a Reserve Account"
method: POST
path: "/reserve"
tags: ["Reserve Account"]
---

# Create a Reserve Account

`POST /reserve`

## Request body

- object
  - `account_id` string, required — ID of the target Account that has an added reserve limit. Filterable.
  - `amount` string, required — Amount that `account_id` is currently overdrawn
  - `bankdata` object — Optional data for the bank
  - `reserve_account_id` string, required — ID of the Account that holds the reserve. Filterable.
  - `upper_limit` string, required — Max amount that `account_id` may be overdrawn in total
  - `userdata` object — Arbitrary user data that can be attached to the object

## Response `200`

The reserve created

- object
  - `account_id` string — ID of the target Account that has an added reserve limit. Filterable.
  - `amount` string — Amount that `account_id` is currently overdrawn
  - `bankdata` object — Optional data for the bank
  - `id` string — Unique identifier for object
  - `reserve_account_id` string — ID of the Account that holds the reserve. Filterable.
  - `upper_limit` string — Max amount that `account_id` may be overdrawn in total
  - `userdata` object — Arbitrary user data that can be attached to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
