How to get the trade update web socket subscribe?
eps3 opened this issue · 2 comments
eps3 commented
here only three subscribe function.....
- subscribe_to_exchange_deltas
- subscribe_to_summary_lite_deltas
- subscribe_to_summary_deltas
thx
slazarov commented
Check the payload of `subscribe_to_exchange_deltas`:
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/methods.html#public-subscription-methods
Also from the official documentation:
https://github.com/Bittrex/bittrex.github.io#subscribetoexchangedeltas
slazarov commented
Closing due to lack of activity.