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

# List balances

`GET /v2/balances`

Retrieve a list of the organization's balances, including the primary balance.

The results are paginated.

## Query parameters

- `currency` string, nullable
- `from` string, nullable
- `limit` integer, nullable
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of balance objects. For a complete reference of the balance
object, refer to the [Get balance endpoint](get-balance) documentation.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-07-08** `1bcb76dbe9ea` — 1 breaking
  - the `count` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-07-02** `01ff4e7355c4` — 1 warning
  - added the new `RON` enum value to the `_embedded/balances/items/currency/allOf[#/components/schemas/currencies]/` response property for the response status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 2 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/balances/get.md)

---

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