BTCMarkets / API

API
119 stars 30 forks source link

websocket url down? #186

Open nomadiq opened 4 years ago

nomadiq commented 4 years ago

I havent been able to connect to wss://socket.btcmarkets.net/ for the past two days. I have not tried before this. I was thinking there is a problem with the python code in this repository but I don't think socket.btcmarkets.net is working at all. Can you confirm?

martin-nginio commented 4 years ago

Hi @nomadiq

Thanks for your feedback.

We are not aware of any issues and can get events when connecting to wss://socket.btcmarkets.net endpoint.

Please feel free to use the following node js sample code that verifies you can receive tick events for BTC-AUD market. https://github.com/BTCMarkets/API/wiki/websocket#sample-code-in-nodejs-in-order-to-receive-tick-events

I'd also suggest upgrading your client code to the latest WebSocket version: https://api.btcmarkets.net/doc/v3/#tag/WS_Overview

Thanks.

Regards, Martin