slazarov/python-bittrex-websocket

Account order/ balance deltas

learnerAI opened this issue · 7 comments

Hi, Thanks for this wonderful library. The public callbacks are working perfectly however the private callbacks (order and balance deltas) are not functioning. I've tried both the asyncio and non asyncio versions, authentication is fine but post that I don't receive any message from the server

2018-06-13 13:44:59 - bittrex_websocket.websocket_client - INFO - Establishing connection to Bittrex through https://beta.bittrex.com/signalr.
2018-06-13 13:44:59 - bittrex_websocket.websocket_client - INFO - cfscrape detected, using it to bypass Cloudflare.
2018-06-13 13:45:45 - bittrex_websocket.websocket_client - INFO - Establishing connection to Bittrex through https://beta.bittrex.com/signalr.
2018-06-13 13:45:45 - bittrex_websocket.websocket_client - INFO - cfscrape detected, using it to bypass Cloudflare.
2018-06-13 13:46:01 - bittrex_websocket.websocket_client - INFO - Establishing connection to Bittrex through https://beta.bittrex.com/signalr.
2018-06-13 13:46:01 - bittrex_websocket.websocket_client - INFO - cfscrape detected, using it to bypass Cloudflare.
2018-06-13 13:46:11 - bittrex_websocket.websocket_client - INFO - Retrieving authentication challenge.
2018-06-13 13:46:11 - bittrex_websocket.websocket_client - INFO - Challenge retrieved. Sending authentication. Awaiting messages...

This is the log file.

Not yet, will I start receiving the messages post making some trades?

It’s is a private callback so unless you do something “private”, no message will propagate. If you want to stream public trades you have to use the public channels.

Okay understood just to confirm once I trade it should give me order and balance deltas (for my account). And whenever there is a change in order status I'll receive a message.

Thanks for the prompt response

Has the issue been solved?

Yes, will close it. Thanks !