Stanislav Lazarov

Results 52 comments of Stanislav Lazarov

@dparlevliet and @skyl thank you for the code! Are you able to clarify what the different 'Type' are? E.g 'Type': 0 or 'Type': 1. [Edit] I was able to find...

Get an order book snapshot from the API and compare one of the sides (Bid/Ask) to that of the Websocket snapshot.

@p0nt I've created a basic websocket client. You can check it here [python-bittrex-websocket](https://github.com/slazarov/python-bittrex-websocket). @ericsomdahl, perhaps we can merge them at certain point.

@skyl can you test `updateSummaryState` with this code: https://github.com/slazarov/python-bittrex-websocket/blob/master/bittrex_websocket/summary_state.py

@p0nt I was testing it yesterday. Trying to invoke 'SubscribeToSummaryDeltas' with the specific tickers results in an error. In another words, you will receive the summary state deltas for all...

@hippylover there are two solutions. Firstly, you can get the order book from the REST API and compare it. Secondly, you can track the QueryExchangeState invokes and know which order...

@skyl I have released v0.0.2, please check the repo, reinstall through pip, read the new documentation and tell me if you are experiencing the issue.

@skyl Move the issue to the correct repo and provide the code you are using so I could replicate it (it's important to know which subscribe method you are using)....

@skyl it should be fixed now. Update to v0.0.5.1 Issue: https://github.com/slazarov/python-bittrex-websocket/issues/12

This library is a python wrapper for the [bittrex api](https://bittrex.com/home/api). Study the official documentation and familiarize yourself with REST APIs. The installation is as simple as it gets. Install python...