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

---

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