Withdrawal

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

🚧

Withdrawal methods

A full list of all withdrawal methods, including the different methods for tether withdrawals, can be found here: https://api-pub.bitfinex.com//v2/conf/pub:map:tx:method

Tether can be withdrawn using different networks. Different methods are used to specify which network should be used. The table below specifies which methods need to be used to use different networks.

Tether Methods

[CurrencyTransport ProtocolMethod]
USDTTether(USD) on Ethereumtetheruse
USDTTether(USD) on Trontetherusx
USDTTether(USD) on Liquidtetherusl
USDTTether(USD) on Omnitetheruso
USDTTether(USD) on Solanatetherusdtsol
USDTTether(USD) on Avalanche (C Chain)tetherusdtavax
USDTTether(USD) on Algorandtetherusdtalg
USDTTether(USD) on Polkadottetherusdtdot
USDTTether(USD) on Kusamatetherusdtksm
USDTTether(USD) on EOStetheruss
USDTTether(USD) on NEARtetherusdtnear
USDTTether(USD) on Polygontetherusdtply
USDTTether(USD) on BCHtetherusdtbch
EURTTether(EUR) on Ethereumtethereue
CNHTTether(CNH) on Ethereumtethercnhte
XAUTTether(XAU) on Ethereumtetherxaute
MXNTTether(MXN) on Ethereumtethermxnte

Response data

Index Field Type Description
[0] MTS int Seconds epoch timestamp of notification
[1] TYPE string Notification's type ("acc_wd-req")
[2] MESSAGE_ID int Unique notification's ID
[ . . . ]
[4] WITHDRAWAL_ARRAY Withdrawal array An array containing your withdrawal data
[5] CODE int W.I.P. (work in progress)
[6] STATUS string Status of the notification; it may vary over time (SUCCESS, ERROR, FAILURE, ...)
[7] TEXT string Additional notification description

Withdrawal array (Index [4])

Index Field Type Description
[0] WITHDRAWAL_ID Int Unique Withdrawal ID ("0" if the withdrawal was unsuccessful)
[ . . . ]
[2] METHOD String Method of withdrawal
[3] PAYMENT_ID String Payment ID (if relevant)
[4] WALLET String Sending wallet
[5] AMOUNT Int Amount of the withdrawal
[ . . . ]
[8] WITHDRAWAL_FEE Int Fee on withdrawal
Language