jay

Results 5 comments of jay

Hey anybody know how to apply this fix to the node.js api?

Could anyone help me update my bittrex Api will pay in your choice of crypto. Thanks.

not sure what you mean? I don't think im connecting to the server right I get this error in terminal: { unhandled_data: {} }

///////////////bittrex socket connect/////////////////// console.log("position") const websocketsclient = bittrex.websockets.listen( function( data ) { console.log(data); if (data.M === 'updateSummaryState') { data.A.forEach(function(data_for) { data_for.Deltas.forEach(function(marketsDelta) { let pair = marketsDelta.MarketName; let last = parseFloat(marketsDelta.Last);...