binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

withdraw problem #391

Open LiQingMuBai opened 3 years ago

LiQingMuBai commented 3 years ago

WithdrawResult withdraw(String asset, String address, String amount, String name, String addressTag);

TheLeBot commented 3 years ago

See https://github.com/binance-exchange/binance-java-api/pull/397 for a fix