Maximum number of instruments ticks!

srinath9s
How many instruments data (ticks) can you receive at once on full mode? Will ws.subscribe([ instruments list here ]) help us achieve that? Are there any pitfalls to avoid, to make sure we do not miss any ticks of any of these instruments?
  • rakeshr
    @srinath9s
    You can subscribe up to 3000 tokens per connection and with one api_key you may open up to 3 websocket connections(i.e total of 9000 instruments).And for a highly liquid script you can expect up to 1 tick per second.
Sign In or Register to comment.