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

Trying to withdraw results in -4007=Address verification failed #374

Open Calin-Cosma opened 3 years ago

Calin-Cosma commented 3 years ago

I have enabled withdrawals (by restring IPs). I tested the withdraw manually from my account to the same address and it worked. I have the funds in my account.

WithdrawResult result = client.withdraw("BNB", "0x....., "0.1", null, null);

The client works, I have tested it with other operations, so the key and secret are correctly set.

I am stuck and I can't find anything on Google.