Can I get all 20000+ real-time prices of all crypto by websocket?

I want to monitor all real-time prices of all cryptos supported by coinranking with websocket. I read the docs and It said “There is a maximum of hundred coins you can subscribe to within one websocket.”
So If I want to subscribe 10000 coins. Can I establish like 100 websocket connections ?

That’s right, you can setup multiple WebSocket connections in that case. Most use cases don’t require that many coins at once, hence the limit.