In FULL MODE when I subscribe to 1 token I get about 90 ticks/minute. As I increase the number of token subscribed the the total ticks received per minute stays constant around 99 -101 mark. Is this a server side limit or some setting that I am overlooking?
You can receive up to 1 tick per second for an instrument generally and maybe in case of highly liquid instruments you might receive 2 ticks per second sometimes. We merge data of multiple instruments in a single tick binary data. So the number of binary messages pushed through Websockets won't increase rather the size of the binary message increases.
We merge data of multiple instruments in a single tick binary data. So the number of binary messages pushed through Websockets won't increase rather the size of the binary message increases.