Binance After maintenance, no withdrawals can be made through the API.

Author: The bride too., Created: 2018-02-10 21:17:32, Updated: 2019-07-31 18:01:17

The program has been running for several months in Inventor Quantization and has been ok. After the maintenance of the Coinbase update yesterday, it suddenly failed to recover through the API. The message returned was: {msg:Illegal ip address.,success:false} The IP address is definitely not a problem, and has been put on the white list of Coinbase. Is the Coinbase API interface changed?

The code is as follows:

var a1= exchanges[0].IO(“api”, “POST”, “/wapi/v3/withdraw.html”,“asset=XRP&address=”+exXRPdeposit+"&amount="+ amount_xrp + “&addressTag=”+ex_tag+"&timestamp="+time); Log(a1);

I'm not sure what to do.

////////////////////////////////

I'm fine now. Measures: Code unchanged, updated hosts allowed. Use v1, not v3

var a1= exchanges[0].IO(“api”, “POST”, “/wapi/v1/withdraw.html”,“asset=XRP&address=”+exXRPdeposit+"&amount="+ amount_xrp + “&addressTag=”+ex_tag+"&timestamp="+time); Log(a1);


More

sikaruThis is also the problem, I'm updating the host and finding out that Tcoin is good.

The bride too.The issue has been resolved, and before the Bitcoin maintenance, the remittance interface is: https://www.binance.com/wapi/v1/withdraw.html After upgrading to Binance, the withdrawal interface was changed to: https://api.binance.com/wapi/v3/withdraw.html I need botvs to modify the root address.

The Little DreamIt is said that Binance modified www as an API after DNS contamination.

sikaruI'm trying to update the trustee and found out that Tcoin is good.

The bride too. thank you

The Little DreamThe Binance address has been changed, you can download the latest host here and use it should be OK.