---
title: "List and search account transfers"
method: GET
path: "/accounts/{id}/transfers"
tags: ["accounts"]
---

# List and search account transfers

`GET /accounts/{id}/transfers`

Returns a paginated, searchable list of transfers associated with the specified Main Dwolla account. Supports advanced filtering by amount range, date range, transfer status, and correlation ID. Results are limited to 10,000 transfers per query; use date range filters for historical data beyond this limit.

## Path parameters

- `id` string, required

## Query parameters

- `search` string
- `startAmount` string
- `endAmount` string
- `startDate` string
- `endDate` string
- `status` string
- `correlationId` string
- `limit` string
- `offset` string

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2025-09-26** `8580ae10112f` — 16 info
  - added the optional property `_embedded/transfers/items/achDetails/destination/beneficiaryName` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/achDetails/destination/companyEntryDescription` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/achDetails/destination/companyId` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/achDetails/destination/companyName` to the response with the `200` status
  - …12 more
- **2025-08-04** `0790dc9b2a0e` — 2 warning
  - added the new `fed-now` enum value to the `_embedded/transfers/items/processingChannel/destination` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `_embedded/transfers/items/processingChannel/destination` response property for the response status `200`
- **2025-07-24** `a4bc838f854b` — 3 info
  - added the optional property `_embedded/transfers/items/fedNowDetails` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/rtpDetails/destination/endToEndReferenceId` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/rtpDetails/destination/networkId` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/accounts/:id/transfers/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
