---
title: "Get balance reserve data"
method: GET
path: "/api/v2/{coin}/requiredReserve"
tags: ["Wallet"]
---

# Get balance reserve data

`GET /api/v2/{coin}/requiredReserve`

Returns information about reserve requirements for an account. Currently only available for Stellar.

## Path parameters

- `coin` 'txlm' | 'xlm' | 'tcspr' | 'cspr', required

## Response `200`

OK

- BalanceReserve
  - `baseFee` string — base fee used in transaction fees
  - `baseReserve` string — base reserve used in minimum account balances
  - `reserve` string — minimum account balance, calculated using base reserve
  - `minimumFunding` string — minimum funding balance, calculated using reserve and base fee
  - `height` integer — the height of the block that provides the base values

## Other responses

- `400` — Bad Request

---

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