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?