Closed itxtoledo closed 5 years ago
do
blinktrade.ticker().then(ticker => { console.log(ticker); });
output this:
{ high: 0, vol: 0, buy: 0, last: 0, low: 0, pair: 'BTCBRL', vol_brl: 0 }
Hi, are you using the BitCambio brokerId 11?
const blinktrade = new BlinkTradeRest({ brokerId: 11, prod: true })
Let me know
This works fine, thx
do
output this: