jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depositAddress is not working

yellowbearpooh0110 opened this issue · comments

commented
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.