This endpoint has the similar logic as /main-account/withdraw, but with the only difference: amount that is specified will not include fee (it will be calculated to make target withdraw amount equal to the specified amount).
Example:
Response is cached for: NONE
API key authentication using signed requests
Currencies ticker. Example: BTC ⚠️ Currencies ticker must have "can_deposit" status equal to "true". Use Asset Status endpoint to know more about currency.
Target address (wallet address for cryptocurrencies, identifier/card token for fiat currencies)
Unique transaction identifier. ⚠️ Note that you should generate new unique id for each withdrawal request.
Request signature
Unique request identifier
Fiat currency provider. Example: VISAMASTER ⚠️ Currency provider should be taken from Asset Status endpoint response. Required if currency is fiat.
Cryptocurrency network. Available for multinetwork currencies. Example: OMNI ⚠️ Currency network should be taken from Asset Status endpoint response. Default for USDT is ERC20
Validation succeeded and withdraw creation process is started. Go to deposit/withdraw history and check your request status by uniqueId.