-
-
Notifications
You must be signed in to change notification settings - Fork 62
Bittrex Socket Exchange Deltas Not Working #83
Comments
For me is the same, maybe something has changed on the Bittrex side because of the new Website. Would be nice to fix this problem. Btw: the api is running perfectly and very smoothly for me so far, thanks for your work :). Best regards |
I found this link for the Websocket Sample for the new Website, maybe it will help to fix this Problem :). Best regards |
Bittrex has been working on their websocket implementation. 28th of march they released a new Beta of the websocket, which is what I'll have to use from now on, but I need to implement some changes (#82). The websocket that was used until now was never officially supported by Bittrex. That websocket still exists, but is behind CloudFlare protection. CloudFlare changed some things the last days which prevents us currently from accessing the websocket. I think this issue on the library I use to bypass the CloudFlare protection is related: I'll try to quickly update to the new Beta implementation to get it to working again. |
I've pushed an update (v2.1.0) which uses the new Bittrex beta socket implementation. Please let me know if something isn't working. |
Not sure if Bittrex changed something in their backend but subscribing to
SubscribeToExchangeDeltas()
doesn't seem to work:The text was updated successfully, but these errors were encountered: