yobit icon indicating copy to clipboard operation
yobit copied to clipboard

Yobit API NPM wrapper

Results 8 yobit issues
Sort by recently updated
recently updated
newest added

get BTCUSD ticker publicClient.getTicker(console.log, 'btc_usd'); Can You helh me? I want to save in variable, something like this var tiker = bot.getTicker((err, res) => { return res }, pair); But...

I would love to update this and write tests to make this fully functional. Was wondering if anyone knew if yobit offered test api keys for this purpose?

txid: 0x339c6e703cdf0c3a1eee8cb855413a226601bb3cb794d1c28049f7bd799a72b4 I transferred ETH to my ETH address, but instead of mine it went in yobit account. Please look into this.

Hi there, First of all thanks for the great work! I am trying to use the code but I cannot make it works :( ``` privateYoBit.addTrade(function(err,data){ console.log(data); console.log(err) }, {symbol...

You do not have the ActiveOrders method. How to find out the list of active orders? http://www.yobit.net/ru/api/ (ActiveOrders)

used in your library already deprecated

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}

The library has lowercase `trade` endpoint defined, though YoBit expect `Trade` (capitalized), and returns error with the lowercase method. It works with the capitalized one though.