Rate Limit

Rate limiting defines limits on how many API calls can be made within a second. The limit-exceeding requests will fail and returns 403 Access denied because of exceeding rate limit

Sr. NoAPI NameThrottling Limit Rate (Request/Second)
1loginByPassword1
2getProfile1
3logout1
4generateTokens1
5placeOrder10
6modifyOrder10
7cancelOrder10
8getLtpData10
9getOrderBook1
10getTradeBook1
11getRMS1
12getHolding1
13getPosition1
14convertPosition10
15getCandleData3
16createRule10
17modifyRule10
18cancelRule10
19ruleDetails1
20ruleList1