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 Fields
[Term | Type | Description] |
---|---|---|
MTS | int | Millisecond Time Stamp of the update |
TYPE | string | Purpose of notification ('acc_wd-req' - account withdrawal request) |
MESSAGE_ID | int | unique ID of the message |
WITHDRAWAL_ID | int | Unique Withdrawal ID ("0" if the withdrawal was unsuccessful) |
METHOD | string | Method of withdrawal |
PAYMENT_ID | string | Payment ID (if relevant) |
WALLET | string | Sending wallet |
AMOUNT | int | Amount of the withdrawal |
WITHDRAWAL_FEE | int | Fee on withdrawal |
CODE | null or integer | Work in progress |
STATUS | string | Status of the notification; it may vary over time (SUCCESS, ERROR, FAILURE, ...) |
TEXT | string | Text of the notification |