Kucoin socket API issue
See original GitHub issueI’m getting this error when subscribing to a KuCoin data feed:
return await self.watch(url, messageHash, request, subscriptionHash, subscription)
ccxt.base.errors.NetworkError: 401, message='Invalid response status', url=URL('wss://ws-api.kucoin.com/endpoint?token=X-X%3D%3D&acceptUserMessage=true')
The feed still works, but I get that error sporadically.
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
KuCoin API Documentation: General
General. Introduction. Welcome to KuCoin's trader and developer documentation. These documents outline the exchange functionality, market details, and APIs.
Read more >kucoin websocket api, how to "subscribe" to their public ...
I just want a live feed of trades like other crypto exchanges... but when I want to connect to "wss://ws-api-futures.kucoin.com/endpoint" I get ...
Read more >Second KuCoin API Webinar: WebSocket - YouTube
This is the second webinar in Webinar series of KuCoin API Community. This webinar topic is WebSocket and how to implement it.
Read more >Websockets — python-kucoin 0.2.0 documentation
Websockets¶. Note: The websocket client is only available for python3.5+. This feature is still in development so check the documentation around message ...
Read more >kucoin-websocket-api - npm
kucoin -websocket-api · Auto-reconnecting Websocket it can handle network outage or server disconnections! · Websocket can be closed any time with ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sissnad thank you! I’ll try it on my side and will be back to you asap!
I am currently having the same problem with the latest CCXT release. @sissnad Were you able to fix it yourself?