---
title: "Get account by its address"
method: GET
path: "/{ledger}/accounts/{address}"
tags: ["ledger.v1"]
---

# Get account by its address

`GET /{ledger}/accounts/{address}`

## Path parameters

- `ledger` string, required
- `address` string, required

## Response `200`

OK

- AccountResponse
  - `data` AccountWithVolumesAndBalances, required — An account together with its volumes and net balances per asset
    - `address` string, required — The account address, a colon-separated segmented path such as users:001
    - `type` string — Free-form classification of the account
    - `metadata` object — Arbitrary key/value pairs attached to the account
    - `volumes` Volumes — Volumes per asset for a single account
    - `balances` object — Net balance per asset, equal to input minus output

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