Author

Topic: Yobit Api Trade using Node Js (Read 482 times)

newbie
Activity: 33
Merit: 0
July 24, 2017, 09:07:22 AM
#3
Yes I did
but this issue is after correcting lowercase
hero member
Activity: 1470
Merit: 655
July 24, 2017, 08:10:31 AM
#2
did you see the other open issue on the repository, that may be the problem you have: https://github.com/kwiksand/yobit/issues/1
it says you should use an uppercase Trade instead of trade in the url.
newbie
Activity: 33
Merit: 0
July 24, 2017, 05:20:30 AM
#1
Hi,

I am trying to build my own script for yobit using node.js with npm yobit 0.01

I am always having "invalid sign" error

using below

 privateClient.addTrade(function(err,data){
  console.log(data)
   return true}, {symbol : 'ltc_btc', type : 'buy', amount : 0.0001, price : 0.1}

did anyone succeed to place an order using this yobit wrapper

https://github.com/kwiksand/yobit
Jump to: