---
title: "List settlements"
method: GET
path: "/v2/settlements"
tags: ["Settlements API"]
---

# List settlements

`GET /v2/settlements`

Retrieve a list of all your settlements.

The results are paginated.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable
- `balanceId` string
- `year` string, nullable
- `month` string, nullable
- `currencies` 'EUR' | 'GBP' | 'CHF' | 'DKK' | 'NOK' | 'PLN' | 'SEK' | 'USD' | 'CZK' | 'HUF' | 'AUD' | 'CAD' | 'RON'

## Headers

- `idempotency-key` string

## Response `200`

A list of settlement objects. For a complete reference of the settlement
object, refer to the [Get settlement endpoint](get-settlement) 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

> 48 revisions in range; 9 not diffed.

- **2026-07-02** `01ff4e7355c4` — 1 info
  - added the new enum value `RON` to the `query` request parameter `currencies`
- **2026-07-02** `226f9009e928` — 2 warning
  - added the new `undefined` enum value to the `_embedded/settlements/items/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `undefined` enum value to the `_embedded/settlements/items/periods/additionalProperties/additionalProperties/revenue/items/method` 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
- **2026-05-07** `36c56b46f150` — 1 warning
  - added the new `processing-at-bank` enum value to the `_embedded/settlements/items/status/allOf[#/components/schemas/settlement-status]/` response property for the response status `200`

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/settlements/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/01ff4e7355c4/schema)
