-
Notifications
You must be signed in to change notification settings - Fork 91
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
Futures websockets and REST APIs #42
Comments
please provide a link to the docs you are talking about. |
https://binance-docs.github.io/apidocs/futures/en/#change-log Spot websocket URL: wss://stream.binance.com:9443/ws/btcusdt@kline_5m |
git it. |
fstream.binance.com - port 443. I don't know why this is not in the documentation |
The futures stream sends messages in a slightly different format, so it does not work. Here is what happens if I run the main.cpp in websockets
I add an extra line in websockets.cpp
|
Thanks for the great repo, I relatively new to C++, coming from python, is there any simple way to implement futures into both websockets and the REST API? Or any example codes you may have?
The text was updated successfully, but these errors were encountered: