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.
Travel rule
The 'travel_rule_tos' field can be used to voluntarily send travel rule information when requesting a withdrawal.
Pass the virtual asset provider ID and name by passing the 'vasp_did' and 'vasp_name' respective. For possible values, see the documentation of the Virtual Asset Service Providers endpoint.
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 Bitcoin Cash | tetherusdtbch |
USDT | Tether(USD) on Tezos | tetherusdtxtz |
USDT | Tether(USD) on KAVA | tetherusdtkava |
USDT | Tether(USD) on zkSync | tetherusdtzk |
USDT | Tether(USD) on Celo | tetherusdtcelo |
USDT | Tether(USD) on Toncoin | tetherusdtton |
EURT | Tether(EUR) on Ethereum | tethereue |
CNHT | Tether(CNH) on Ethereum | tethercnhte |
CNHT | Tether(CNH) on Huobi Token | tethercnhtx |
XAUT | Tether(XAU) on Ethereum | tetherxaute |
XAUT | Tether(XAU) on zkSync | tetherxautzk |
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 |