yobit icon indicating copy to clipboard operation
yobit copied to clipboard

addTrade "invalid Sign"

Open Byykiss opened this issue 7 years ago • 1 comments

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}

Byykiss avatar Jul 24 '17 10:07 Byykiss

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?

kwiksand avatar Jul 25 '17 03:07 kwiksand