---
title: "List Balances"
method: GET
path: "/balances"
tags: ["ledger"]
---

# List Balances

`GET /balances`

## List an Account Balances
Retrieve a list of the Balances from the Account with the given ID.

## Query parameters

- `account` string, required

## Response `200`

OK

- Balance[] — Accounts objects represents the holders of any value in your app. It can be used to represet a customers, a merchants, terminals, or anything that logically or phisically holds any type of value for a given time. An Account can have one or more Balances.
  - `currency` string, required — Currencies are the types of commodities kept in balances. If not otherwise specified, any currency can be used and will work just fine. It can be a crypto asset, loyalty points, monetary currencies, gold, or anything you can think of.
  - `amount` integer, required — Amount of this balance. A positive integer representing the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency).

---

[API](https://skmtc.dev/hoophq/apis/sequence.md) · [All operations](https://skmtc.dev/hoophq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hoophq/sequence/revisions/b31e251374a1/schema)
