---
title: "Transfer Between Wallets"
method: POST
path: "/auth/w/transfer"
---

# Transfer Between Wallets

`POST /auth/w/transfer`

Transfer funds between wallets. This endpoint can also be used to convert USDT to USDT0 for derivatives trading.

## Request body

- object
  - `from` string, required — Select the wallet from which to transfer (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))
  - `to` string, required — Select the wallet to transfer to (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))
  - `currency` string, required — Select the currency that you would like to transfer (USD, UST, BTC, ....)
  - `currency_to` string — Select the currency that you would like to exchange to (USTF0 === USDT for derivatives pairs)
  - `amount` string, required — Select the amount to transfer
  - `email_dst` string — Allows transfer of funds to a sub- or master-account identified by the associated email address.
  - `user_id_dst` integer — Allows transfer of funds to a sub- or master-account identified by the associated user id.
  - `tfaToken` object — Required only when email_dst or user_id_dst is present and auth token is used instead of api credentials
    - `method` string, required — 2FA method used, could be one of otp or u2f
    - `token` string — OTP 6 digits, use this only when otp method is used
    - `response` object — Webauthn assertation challenge response, use when method is u2f
      - `id` string, required — Base64 url safe encoded buffe
      - `response` object
        - `authenticatorData` string, required — Base64 url safe encoded buffer
        - `clientDataJSON` string, required — Base64 url safe encoded buffer
        - `signature` string, required — Base64 url safe encoded buffer

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
