Websocket for multiple users authenticated

I am running algo’s for multiple people but need to keep track of the open orders. The problem is that I have to create a socket connection for each user. Would it be possible to get a firehouse kind of stream for all users authenticated with my app?

1 Like