---
title: "Get list of volumes with balances for (account/asset)"
method: GET
path: "/v2/{ledger}/volumes"
tags: ["ledger.v2"]
---

# Get list of volumes with balances for (account/asset)

`GET /v2/{ledger}/volumes`

## Path parameters

- `ledger` string, required

## Query parameters

- `pageSize` integer
- `cursor` string
- `endTime` string, date-time
- `startTime` string, date-time
- `insertionDate` boolean
- `groupBy` integer
- `sort` string

## Request body

- object

## Response `200`

OK

- V2VolumesWithBalanceCursorResponse
  - `resource` 'volumes' — The resource type carried by this cursor
  - `cursor` object, required — Paginated cursor wrapping the list of volumes
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` V2VolumesWithBalance[], required
      - `account` string, required — The account address these volumes belong to
      - `asset` string, required — The asset these volumes are denominated in
      - `input` integer, required — Total amount credited to the account for this asset
      - `output` integer, required — Total amount debited from the account for this asset
      - `balance` integer, required — Net balance for this asset, equal to input minus output

## Other responses

- `default` — Error

## Changes

- **2026-02-20** `c0620f81a649` — 1 info
  - added the optional property `resource` to the response with the `200` status
- **2025-12-12** `2945092328b9` — 2 warning
  - added the new `SCHEMA_ALREADY_EXISTS` enum value to the `errorCode` response property for the response status `default`
  - added the new `SCHEMA_NOT_SPECIFIED` enum value to the `errorCode` response property for the response status `default`
- **2025-06-25** `c51f6899d101` — 1 info
  - added the new optional `query` request parameter `sort`
- **2025-03-13** `a13b37bacc1f` — 1 breaking
  - request body became required
- **2024-12-09** `7ee573f0087f` — 1 warning, 1 info
  - added the new `OUTDATED_SCHEMA` enum value to the `errorCode` response property for the response status `default`
  - removed the `BUCKET_OUTDATED` enum value from the `errorCode` response property for the response status `default`

[Full history](https://skmtc.dev/formancehq/apis/ledger-api/changes/v2/:ledger/volumes/get.md)

---

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