---
title: "Get open settlement"
method: GET
path: "/v2/settlements/open"
tags: ["Settlements API"]
---

# Get open settlement

`GET /v2/settlements/open`

Retrieve the details of the open balance of the organization. This will return a settlement object representing your
organization's balance.

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

For more accurate bookkeeping, refer to the [balance report](get-balance-report) endpoint or the
[balance transactions](list-balance-transactions) endpoint.

## Headers

- `idempotency-key` string

## Response `200`

A settlement object describing your current balance. For a complete reference of the settlement object, refer to
the [Get settlement](get-settlement) endpoint documentation.

## Other responses

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