---
title: "Withdrawal"
method: POST
path: "/auth/w/withdraw"
---

# Withdrawal

`POST /auth/w/withdraw`

Allows you to request a withdrawal from one of your wallets.

## Request body

- object
  - `wallet` 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))
  - `method` string, required — Method of withdrawal. For an up-to-date mapping of methods and their respective currencies see: https://api-pub.bitfinex.com//v2/conf/pub:map:tx:method [[[METHOD,[CURRENCY]]...]] *(methods should be added to the post body in lower case)
  - `amount` string — Amount of Withdrawal (not used for LNX)
  - `address` string — Destination address (not used for LNX)
  - `invoice` string — Used instead of address for LNBTC (method: 'lnx')
  - `payment_id` string — Specify a tag/memo/etc.
  - `fee_deduct` integer — Set to 1 to deduct the withdrawal fee from the withdrawal amount
  - `note` string — Add an optional note to your withdrawal
  - `travel_rule_tos` boolean — Flag to voluntarily send travel rule details for withdrawal
  - `vasp_did` string — Virtual asset provider identifier, optional info for travel rule purpose. DID values can be found on https://api-pub.bitfinex.com/v2/ext/vasps endpoint.
  - `vasp_name` string — Virtual asset provider name, optional info for travel rule purpose, if self custody ignore the field
  - `beneficiary_self` boolean — Set to 'true' to extract destination data from your KYC data. (If 'true', dest_firstname, dest_lastname, or dest_corp_name do not need to be supplied)
  - `dest_firstname` string — Destination entity first name for travel rule purpose (mandatory if dest_lastname is supplied, not required if beneficiary_self = true)
  - `dest_lastname` string — Destination entity last name for travel rule purpose (mandatory if dest_firstname is supplied, not required if beneficiary_self = true)
  - `dest_corp_name` string — Destination entity corporate name for travel rule purpose. (use either dest_firstname + dest_lastname or dest_corp_name, not required if beneficiary_self = true)

## Response `200`

200

- unknown[]
  - unknown

## 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)
