yobit icon indicating copy to clipboard operation
yobit copied to clipboard

Save in variable.

Open Artemiy02 opened this issue 6 years ago • 0 comments

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 it's not work.

Artemiy02 avatar Oct 04 '18 20:10 Artemiy02