This endpoint creates withdraw for the specified ticker.
API key authentication using signed requests
Currency's ticker. Example: BTC
⚠️ Currencies ticker must have "can_deposit" status equal to "true". Use https://whitebit.com/api/v4/public/assets to know more about currency.
"ETH"
Withdraw amount (including fee). If you want fee to be added to the specified amount, you need to use /main-account/withdraw-pay request.
"0.9"
Target address (wallet address for cryptocurrencies, identifier/card token for fiat currencies)
"0x0964A6B8F794A4B8d61b62652dB27ddC9844FB4c"
Unique transaction identifier.
⚠️ Note that you should generate new unique id for each withdrawal request.
"24529041"
Request signature
Unique request identifier
Memo.
⚠️ Required if currency is memoable.
Fiat currency provider. Example: VISAMASTER
⚠️ Required for fiat currencies. Currency provider should be taken from https://whitebit.com/api/v4/public/assets response.
Cryptocurrency network. Available for multi network currencies. Example: OMNI
⚠️ Currency network should be taken from https://whitebit.com/api/v4/public/assets response. Default for USDT is ERC20
"ERC20"
Optional parameter for FIAT withdrawals with increased Maximum Limit if set as "true". In order to use this parameter your application should support "Partially successful" withdrawal status and latest updates in deposit/withdrawal history.
Beneficiary information data array.
⚠️ Required if currency ticker is one of: UAH_IBAN, USD_VISAMASTER, EUR_VISAMASTER, USD, EUR
Travel Rule information data array.
⚠️ Required if currency is crypto and you are from EEA
Description of withdrawal destination
⚠️ Required if currency is crypto and withdrawal from whitebit-tr.com
Validation succeeded and withdraw creation process is started. Go to deposit/withdraw history and check your request status by uniqueId.