Futures: Listenkey split by symbol

Is it possible to split the user data stream listen key by symbol? docs.

Reason, I want to trade on multiple symbols using different virtual machines. However, I end up with data which I need to filter out. Which as I add more symbols becomes increasingly more wasteful.

I attempted to add symbol to both the query string and payload, however the behaviour didn’t change. Is there any other way to register a listen key / websocket stream where the it’s filtered by symbol?

Unfortunately you can’t split the user data stream based on symbol. If you are trading on many symbols, you might wish to apply sub-account feature. Trading less symbols in different sub-accounts. If that works for you, please contact customer support for how to apply sub-accounts.

thank you