v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Withdrawal

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

post/auth/w/withdraw

Request body

walletstring required

Select the wallet from which to transfer (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))

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

amountstring

Amount of Withdrawal (not used for LNX)

addressstring

Destination address (not used for LNX)

invoicestring

Used instead of address for LNBTC (method: 'lnx')

payment_idstring

Specify a tag/memo/etc.

fee_deductinteger

Set to 1 to deduct the withdrawal fee from the withdrawal amount

notestring

Add an optional note to your withdrawal

travel_rule_tosboolean

Flag to voluntarily send travel rule details for withdrawal

vasp_didstring

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_namestring

Virtual asset provider name, optional info for travel rule purpose, if self custody ignore the field

beneficiary_selfboolean

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_firstnamestring

Destination entity first name for travel rule purpose (mandatory if dest_lastname is supplied, not required if beneficiary_self = true)

dest_lastnamestring

Destination entity last name for travel rule purpose (mandatory if dest_firstname is supplied, not required if beneficiary_self = true)

dest_corp_namestring

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

{"stackTrail":"paths:/auth/w/withdraw:post:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}