yobit
yobit copied to clipboard
addTrade "invalid Sign"
Always having "Invalid Sign" error with this code privateClient.addTrade(function(err,data){ console.log(data) return true}, {symbol : 'ltc_btc', type : 'buy', amount : 0.0001, price : 0.1}
Hi @Byykiss,
I'm only using this for data collection at the moment (using the public API/Read methods, and the getBalance method). The addTrades is effectively untested at the moment, I can add it in if you like, or you could fork and add a pull request and I'll commit it?