Post
Topic
Board Service Discussion (Altcoins)
Yobit Api Trade using Node Js
by
Bykiss
on 24/07/2017, 10:20:30 UTC
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