n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Websocket offline? #82

Closed enceladus closed 6 years ago

enceladus commented 6 years ago

I can connect to the websocket but no data is flowing. I'm wondering if anyone has any info on Bittrex using a different websocket address, or something like that?

This is recent, as it was returning data a week ago.

bittrex.websockets.listen((data) => {
      console.log(data);
});

just returns this:

{ unhandled_data: {} }

enceladus commented 6 years ago

Sorry, wrong repo! Forgot this was forked. :)