dparlevliet / node.bittrex.api

Node Bittrex API is an asynchronous node.js library for the Bittrex API, the data can be received either via GET request or Stream.
MIT License
253 stars 100 forks source link

Subscribing to every market with websocket #134

Closed char2 closed 6 years ago

char2 commented 6 years ago

My understanding is that in order to track the latest price movements of all markets I will need to subscribe to each market via websocket - is this correct and if so, do you know if I will run in to bittrex limits doing this?

Sorry if this is already answered or explained elsewhere, I couldn’t find what I was looking for in my searches.

dparlevliet commented 6 years ago

I do this with my own data bot and have never had an issue. You should be fine!