Is ws rate limit IP or connection releated?

Hello. Just want to be sure to don’t be banned.
In doc it says that

WebSocket connections have a limit of 5 incoming messages per second

Looks like clear, but still I want to be sure… If I want to create 10 connections with different credentials from different account at the same time and for each connection subscribe some stream from the same IP, will this IP be banned or not?
Many thanks!

If I want to create 10 connections with different credentials from different account at the same time and for each connection subscribe some stream from the same IP, will this IP be banned or not?

No. There is no limit on the number of connections an IP can open concurrently.

1 Like