Bitcoin Forum
May 09, 2024, 01:47:47 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
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715219267
Hero Member
*
Offline Offline

Posts: 1715219267

View Profile Personal Message (Offline)

Ignore
1715219267
Reply with quote  #2

1715219267
Report to moderator
1715219267
Hero Member
*
Offline Offline

Posts: 1715219267

View Profile Personal Message (Offline)

Ignore
1715219267
Reply with quote  #2

1715219267
Report to moderator
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!