Want to create app for option trading.

shivkumarsingh
How to retrieve all instrument? is there any limitation on API call?
Tagged:
  • rakeshr
    rakeshr edited December 2021
    You can fetch full instrument list.
    is there any limitation on instrument API call?
    Yes, we will recommend you to fetch this instrument list at the day start and store it at your end, as it doesn't change throughout the day. You fetch the same on the next trading day.
  • shivkumarsingh
    Thansk @rakeshr ,
    Also want to check same for WebSocket streaming?
  • rakeshr
    Also want to check same for WebSocket streaming?
    Didn't get you?
    Websocket streaming don't have instrument list. You will have to fetching instrument list using Instrument API call.
  • shivkumarsingh
    Lets say, I have N instrucments in my wtch list and want to get there update price using WebSocket streaming. So is there any limitation on websocket open connection?
  • SRIJAN
    You can subscribe up to 3000 instruments/shares in a single WebSocket connection, and for single API key you can have 3 WebSocket connection, so you can stream maximum of 9000 shares for a API key.
  • shivkumarsingh
    Great! Thanks for information @SRIJAN @rakeshr
This discussion has been closed.