Rate Limit for Multiple Client Login


  • Hello

    We have different accounts with Angel.

    My workflow:

    • Read input file . Each line could be for a different account

    • generate Session for account

    • Place order

    • Repeat

    I am facing an issue here that in case of two simultaneous orders for the same account , I breach the rate limit for login.

    Are there any pointers to handle this scenario.

    I am using the Nodejs SDK. But it could be applicable generally.


  • Hi @mvinayakam

    Apologies for delayed response.
    Rate limiting for login is one per second and its implemented as per client respective to request API. Please find the reference documentation below.
    https://smartapi.angelbroking.com/docs/RateLimit

    Thanks & Regards,
    SmartAPI team