---
title: "Retrieve the Account Balance"
method: GET
path: "/api/v2.0/accounts/{accountId}/balance"
---

# Retrieve the Account Balance

`GET /api/v2.0/accounts/{accountId}/balance`

## Path parameters

- `version` string, required
- `accountId` string, required

## Query parameters

- `taxId` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `balance` object
    - `amount` integer
    - `currency` string
  - `type` string
  - `timeStamp` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/versions/c1cf67f85267/schema)
