---
title: "Get account balances"
method: GET
path: "/v1/businesses/{client_id}/balance"
tags: ["Statements"]
---

# Get account balances

`GET /v1/businesses/{client_id}/balance`

Retrieve real-time account balances for all currencies associated with your business. This endpoint returns the current balance for each currency wallet associated with your business account.

## Path parameters

- `client_id` integer, required

## Response `200`

OK

- Balance[]
  - `balance` number, required — Account balance amount as a decimal number
  - `currency` string, required — ISO 4217 currency code

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/letsweel/apis/weel-openapi.md) · [All operations](https://skmtc.net/letsweel/apis/weel-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letsweel/weel-openapi/revisions/55da5fa350fb/schema)
