---
title: "Index transfer requests for an account"
method: GET
path: "/v1/accounts/{account_id}/transfer_requests"
tags: ["Transfer requests"]
---

# Index transfer requests for an account

`GET /v1/accounts/{account_id}/transfer_requests`

Returns an array containing all transfer requests associated with the account specified in the request URL.

## Path parameters

- `account_id` string, required

## Query parameters

- `filter[resolved]` boolean
- `filter[reference]` string
- `filter[reservation_id]` string

## Response `200`

The operation was successful.

- TransferRequest[]
  - `id` string — Unique ID of the transfer request.
  - `reservation_id` string — Unique ID of the reservation associated with the transfer request.
  - `amount` MoneyWithUnit
    - `value` integer — The amount, in Euro cents.
    - `unit` string — The unit of the amount.
    - `currency` 'EUR' — The currency of the transfer request. Only EUR is supported.
  - `reference` string — A unique reference for the transfer request. Used as an idempotency key.
  - `description` string — The description of the transfer request.
  - `resolved` boolean — Indicates whether the transfer request was resolved.

## Other responses

- `403` — Unauthorized action.
- `404` — Account not found
- `500` — Internal server error

---

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