---
title: "Get all balances"
method: GET
path: "/balances"
---

# Get all balances

`GET /balances`

## Response `200`

List of balance

- object[]
  - `id` integer — Balance ID.
  - `amount` integer — Balance amount.
  - `mode` string — Balance mode
  - `account_id` integer — Account ID associated with the balance
  - `created_at` string, date-time — Date and time of balance creation.
  - `updated_at` string, date-time — Date and time of last balance update.

## Other responses

- `404` — Balance not found

---

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