---
title: "Get the balances from a ledger's account"
method: GET
path: "/{ledger}/balances"
tags: ["ledger.v1"]
---

# Get the balances from a ledger's account

`GET /{ledger}/balances`

## Path parameters

- `ledger` string, required

## Query parameters

- `address` string
- `pageSize` integer
- `after` string
- `cursor` string
- `pagination_token` string

## Response `200`

OK

- BalancesCursorResponse
  - `cursor` object, required — Paginated cursor wrapping the list of balances
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` AccountsBalances[], required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/formancehq/apis/ledger-api.md) · [All operations](https://skmtc.dev/formancehq/apis/ledger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formancehq/ledger-api/revisions/fe945da1b75d/schema)
