---
title: "account/auto-balance-transfer-list"
method: GET
path: "/account/auto-balance-transfer-list"
tags: ["Account Endpoints"]
---

# account/auto-balance-transfer-list

`GET /account/auto-balance-transfer-list`

This endpoint is used to retrieve a list of all your auto balance transfers. 

 This option requires special permissions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `Wallets` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `AutoBalanceTransferID` integer, required — ID of the auto balance transfer
      - `ScheduleStartDate` string, date, required — Date from which the auto transfer will be started
      - `Description` string, required — Description of the auto transfer balance
      - `NameOfFrequency` string, required — The frequency of the auto transfer (recurring)
      - `AutoBalanceTransferAmount` number, required — The minumum amount to have in your VoPay account to start the auto transfer balance
      - `Status` string, required — A message indicating the current status of the auto transfer. Statuses are: cancelled, completed, or in progress
      - `Currency` string, required — The currency of the funds transferred to your bank account.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
