Skip to content
New issue

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

get data from wallex websocket #1

Open
azarshab-saeed opened this issue Jul 11, 2022 · 2 comments
Open

get data from wallex websocket #1

azarshab-saeed opened this issue Jul 11, 2022 · 2 comments

Comments

@azarshab-saeed
Copy link

hi
can you get data from wallex websocket?

@amiwrpremium
Copy link
Owner

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)

@azarshab-saeed
Copy link
Author

azarshab-saeed commented Jul 11, 2022

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants