---
title: "Get Auto-transfer Preset"
method: GET
path: "/business/v2/wallets/autotransfer-presets/{presetId}"
tags: ["Auto-Transfer Presets"]
---

# Get Auto-transfer Preset

`GET /business/v2/wallets/autotransfer-presets/{presetId}`

Endpoint to get `AutoTransferPreset` by ID.

## Path parameters

- `presetId` string, required

## Response `200`

The returned resource is an `AutoTransferPreset`.

- WalletAutotransferPreset
  - `id` string — The unique identifier of the `AutoTransferPreset`. (Sortable: No).
  - `name` string — The name of the `AutoTransferPreset`. (Sortable: No).
  - `description` string — The description of the `AutoTransferPreset`. (Sortable: No).
  - `type` 'PERIODIC' | 'LOW_BALANCE' — The type of `AutoTransferPreset`.
  - `currency` string — The currency used in the `AutoTransferPreset`.
  - `number_of_assigned_wallets` integer — The number of wallets assigned to the `AutoTransferPreset`.
  - `wallet_from` string — The from wallet used for the `AutoTransferPreset`.
  - `wallet_to` string[] — The to wallet used for the `AutoTransferPreset`.
  - `creation_time` string — The date and time the `AutoTransferPreset` was created.
  - `last_update_time` string — The date and time the `AutoTransferPreset` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
