---
title: "List all Connect balance transfers"
method: GET
path: "/v2/connect/balance-transfers"
tags: ["Balance Transfers API"]
---

# List all Connect balance transfers

`GET /v2/connect/balance-transfers`

Returns a paginated list of balance transfers associated with your organization. These may be a balance transfer that was received or sent from your balance, or a balance transfer that you initiated on behalf of your clients. If no balance transfers are available, the resulting array will be empty. This request should never throw an error.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

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

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `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)
