Bitcoin Forum
June 18, 2024, 06:30:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Yobit Api Trade using Node Js  (Read 470 times)
Bykiss (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
July 24, 2017, 10: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
Red-Apple
Hero Member
*****
Offline Offline

Activity: 1470
Merit: 655


View Profile
July 24, 2017, 01:10:31 PM
 #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.

--signature space for rent; sent PM--
Bykiss (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
July 24, 2017, 02:07:22 PM
 #3

Yes I did
but this issue is after correcting lowercase
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!