---
title: "Get the aggregated balances from selected accounts"
method: GET
path: "/{ledger}/aggregate/balances"
tags: ["ledger.v1"]
---

# Get the aggregated balances from selected accounts

`GET /{ledger}/aggregate/balances`

## Path parameters

- `ledger` string, required

## Query parameters

- `address` string
- `useInsertionDate` boolean

## Response `200`

OK

- AggregateBalancesResponse
  - `data` AssetsBalances, required — Balances keyed by asset

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