jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.57k stars 767 forks source link

depositAddress is not working #864

Open yellowbearpooh0110 opened 1 year ago

yellowbearpooh0110 commented 1 year ago
binance.depositAddress({ coin: 'ETH' }, (error, response) => {
  console.info(response);
});

This code is currently using wapi and it is not working anymore. It should use the sapi.