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

# List balances

`GET /balances`

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

The results are paginated.

> 🔑 Access with
>
> [Advanced access token with **balances.read**](/reference/authentication)
>
> [OAuth access with **balances.read**](/reference/authentication)

## Query parameters

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

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

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
