---
title: "Get a balance"
method: GET
path: "/balances/{id}"
---

# Get a balance

`GET /balances/{id}`

Retrieves a single balance by ID

## Path parameters

- `id` integer, required

## 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

- `401` — Unauthorized. Provide a valid secret key.
- `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/revisions/e6bade118d1a/schema)
