php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

signedRequest error: {"msg":"-4007=Address verification failed","success":false}

Open arashyarix opened this issue 4 years ago • 4 comments

signedRequest error: {"msg":"-4007=Address verification failed","success":false} Hi when I want to withdraw I get this error. please help me thank you

arashyarix avatar May 11 '21 20:05 arashyarix

https://python-binance.readthedocs.io/en/latest/withdraw.html?highlight=withdraw#id1

You must have withdrawn to the address through the website and approved the withdrawal via email before you can withdraw using the API.

animax1991 avatar Oct 15 '21 19:10 animax1991

Sorry it's not the solution. Just add the network = 'TRX' and it will work.

Refer: https://github.com/JKorf/Binance.Net/issues/537

animax1991 avatar Oct 16 '21 11:10 animax1991

@animax1991 Maybe it's not the solution for this specific issue, but for sure it will help others. Thanks.

ePascalC avatar Oct 16 '21 12:10 ePascalC

@animax1991 Maybe it's not the solution for this specific issue, but for sure it will help others. Thanks.

I just try and it work. So here is the solution for this thread: JKorf/Binance.Net#537

animax1991 avatar Oct 16 '21 13:10 animax1991