Hi,
On Spot WS API we use: wss://ws-api.binance.com/ws-api/v3
→ session.logon
→ userDataStream.subscribe
.
Is it possible to subscribe multiple accounts (different API keys) to user data on the same WebSocket connection?
- We tried calling
session.logon
multiple times on one socket but couldn’t make it work. Is this supported or planned? - On Futures, is multiplexing many streams on one connection (combined stream) still recommended?
If multi-account on a single socket is not supported on Spot, can you confirm the recommended approach is “1 account = 1 WS”?
Thanks.