Combining listen keys with market data streams

I am currently using a websocket which is connected to two streams through a subscription, kline and depth, I was wondering if the same websocket could be connected to a user data stream passing the listenkey through a subscription, or is it necessary to use another exclusive websocket for the listenkey?

yes you can combine listekey with market data streams in one connection.

1 Like