n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Can getorderbook provide an "initial nounce"? #86

Closed sehlceris closed 6 years ago

sehlceris commented 6 years ago

I believe that I'm supposed to get the order book via REST, and then keep it updated via websocket.

On another exchange's API, the initial order book includes the nonce, to ensure that you didn't miss anything in between the time you make the REST call and subscribe to the websocket.

Is that unnecessary with the Bittrex API? Should I just run the REST call and subscribe to the websocket at the same time, and hope for the best?

Thanks for the help.