-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Add support for new binance futures ws url & mechanism #193
Comments
What's the difference between fstream.binance and fstream-auth.binance? |
There's some docs here: https://binance-docs.github.io/apidocs/futures/en/#websocket-market-streams I'd like to move away from opening one stream per topic, instead following the pattern of my other connectors:
It'll take some refactoring though, especially tracking subscribed topics and re-subscribing if the connection drops and is respawned. |
I read this doc, it doesn't explain the difference. |
True, I don't see a difference either so perhaps this is more of a fallback/alternative domain than a successor. |
Binance told me it's the same, the one without auth won't be supported in the future. |
That's good to know, so it is the successor but otherwise works the same. Should get it implemented after heavy testing. At least in an optional way where it's configurable which one to use. |
https://binance-docs.github.io/apidocs/futures/en/#change-log
New connection method for WEBSOCKET.
The text was updated successfully, but these errors were encountered: