post https://api.bitfinex.com/v2/auth/w/withdraw
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
[Currency | Transport Protocol | Method] |
---|---|---|
USDT | Tether(USD) on Ethereum | tetheruse |
USDT | Tether(USD) on Tron | tetherusx |
USDT | Tether(USD) on Liquid | tetherusl |
USDT | Tether(USD) on Omni | tetheruso |
USDT | Tether(USD) on Solana | tetherusdtsol |
USDT | Tether(USD) on Avalanche (C Chain) | tetherusdtavax |
USDT | Tether(USD) on Algorand | tetherusdtalg |
USDT | Tether(USD) on Polkadot | tetherusdtdot |
USDT | Tether(USD) on Kusama | tetherusdtksm |
USDT | Tether(USD) on EOS | tetheruss |
USDT | Tether(USD) on NEAR | tetherusdtnear |
USDT | Tether(USD) on Polygon | tetherusdtply |
USDT | Tether(USD) on BCH | tetherusdtbch |
EURT | Tether(EUR) on Ethereum | tethereue |
CNHT | Tether(CNH) on Ethereum | tethercnhte |
XAUT | Tether(XAU) on Ethereum | tetherxaute |
MXNT | Tether(MXN) on Ethereum | tethermxnte |
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 |