---
title: "Get master account balance"
method: GET
path: "/account/balance"
tags: ["Account", "Swipe"]
---

# Get master account balance

`GET /account/balance`

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Get account balance information

- object
  - `availableBalance` number, float — The total amount available for all cardholders to spend across the account, shown in fiat currency according to your card program’s currency. **Note**: For accounts using standard authorization, this amount includes funds allocated to individual cards as credit limits.
  - `availableToAllocate` number, float — Represents the remaining balance that can be allocated to cards. **Note**: Applicable only to accounts using standard authorization.

## Other responses

- `400` — Invalid inputs

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
