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. No | API Name | Throttling Limit Rate (Request/Second) |
|---|---|---|
| 1 | loginByPassword | 1 |
| 2 | getProfile | 1 |
| 3 | logout | 1 |
| 4 | generateTokens | 1 |
| 5 | placeOrder | 10 |
| 6 | modifyOrder | 10 |
| 7 | cancelOrder | 10 |
| 8 | getLtpData | 10 |
| 9 | getOrderBook | 1 |
| 10 | getTradeBook | 1 |
| 11 | getRMS | 1 |
| 12 | getHolding | 1 |
| 13 | getPosition | 1 |
| 14 | convertPosition | 10 |
| 15 | getCandleData | 3 |
| 16 | createRule | 10 |
| 17 | modifyRule | 10 |
| 18 | cancelRule | 10 |
| 19 | ruleDetails | 1 |
| 20 | ruleList | 1 |