binance-exchange/node-binance-api

Market Buy orders not working.

elghoul93 opened this issue · 0 comments

binance.buy("ETHBTC", 0.3, 0, "MARKET", function (error,data){
console.log(error);
});

ERROR:
body: '{"code":-1013,"msg":"Invalid price."}' }