-
Notifications
You must be signed in to change notification settings - Fork 493
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
Can't connect Binance API using websocket #10
Comments
I tried the exact command and it works: C:\Users\macro>wscat -c wss://stream.binance.com:9443/ws/btcusdt@trade Maybe a problem in your router, your vpn or your country from where you connect? |
I did the same thing on my Mac, but I really don't know what's going on. It always gets an error whether I use VPN. And I'm from China mainland. |
I just had my VPN connect with China and when I run the command I get this: C:\Users\macro>wscat -c wss://stream.binance.com:9443/ws/btcusdt@trade So, logical conclusion to me is that China ipaddress gets blocked by binance |
when i use tcping to test the endpoint, I got a message that the endpoint was closed. |
Thank you! I already know the reason! |
When I command "wscat -c wss://stream.binance.com:9443/ws/btcusdt@trade"
it got an error "error: connect ETIMEDOUT 69.171.246.9:9443" everytime.
The text was updated successfully, but these errors were encountered: