Multiple logins with same Kite API credentials

trd1
If I use the Kite API from two different machines/IPs using the same Kite App credentials -
  • Will both machines be able to place orders simultaneously or will one get logged out?
  • Will both machines receive the same order updates or only one machine will receive order updates via websocket?
  • Can both connect to 3 websockets? My understanding is 4th websocket will disconnect the first connection with only net 3 active connections. Is that correct?
  • rakeshr
    Will both machines be able to place orders simultaneously or will one get logged out?
    Yes, both will work fine. Make sure, you are making combined requests within the rate limit.
    Will both machines receive the same order updates or only one machine will receive order updates via websocket?
    Both, if using the same API creds(including access token).
    Can both connect to 3 websockets? My understanding is 4th websocket will disconnect the first connection with only net 3 active connections. Is that correct?
    Yes, only 3 WebSockets connection allowed per Kiteconnect App.
Sign In or Register to comment.