We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi can you get data from wallex websocket?
The text was updated successfully, but these errors were encountered:
Hi
Yes. The previous approach has been deprecated but it's still available here
I'm working on a new approach and will publish it soon. (You can still use the old version)
Sorry, something went wrong.
this is my code and i not receiving any data from socket from wallex_websocket import WallexWebsocket
if name == 'main': ws = WallexWebsocket(debug=True) ws.connect()
ws.subscribe(channel="BTCUSDT@buyDepth") ws.wait()
No branches or pull requests
hi
can you get data from wallex websocket?
The text was updated successfully, but these errors were encountered: