---
title: "Lists transfers"
method: GET
path: "/v1/transfers"
tags: ["Transfers"]
---

# Lists transfers

`GET /v1/transfers`

This endpoint lists existing transfers for an account.

Currently, the API can only return transfers for the following payment rails:
- ACH
- DOMESTIC_WIRE
- CHEQUE
- INTERNATIONAL_WIRE

## Query parameters

- `cursor` string, nullable
- `limit` integer, nullable

## Response `200`

Returns a list of transfers.

- PageTransfer
  - `next_cursor` string, nullable
  - `items` Transfer[], required — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

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