Open a connection for each feed using websockets api

I have around 12,000 symbols for which I want to get real-time quotes data using the Alpaca Websockets API. The problem is that I want to open a connection for each feed, but this isn’t possible with the upgraded plan.

I tried creating two projects, each with its own API keys, but it didn’t work.

Any ideas on how I can do it?

The problem is that I want to open a connection for each feed, but this isn’t possible with the upgraded plan.

It should be possible. What exactly is the issue you’re facing?