---
title: "Get Account Balance"
method: GET
path: "/v1/accounts/{account_id}/balance"
---

# Get Account Balance

`GET /v1/accounts/{account_id}/balance`

Use this API to get the balance of an account.

## Path parameters

- `account_id` string, required

## Response `200`

200

- object
  - `object` string
  - `amount` integer
  - `currency` string
  - `available_on` integer
  - `is_sandbox` boolean

## Other responses

- `401` — 401
- `422` — 422

---

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