Now I am doing trading in all index (nifty,banknifty,sensex,fin nifty) each index with 4 strike, total 16 strike, and placing order in it at a time using 6 different brokers, due to api rate limits of of zerodha is exceeded 3,000 per day, ( basically buying each strike in loop , 1 order in 1 sec, and loop is going upto 250 orders or sec, in kite api I buys 4 strike of nifty so I need 1,000 rate limits (4 x 250) only for buying, and 1,000 for exiting, and now I can buy them in "second Trade" For remaining 1,000 api rate limits, but not able to exit due to exceed api rate limits)
Now,
I heard that we can create multiple app with api for trading in zerodha
So
I want to know that, if I buy "single" kite api (paid 500 ) for getting data and creating 9 free api for placing order, then will I get 3,000 api rate limits for all api or 3,000 for each api
I hope you will understand what I am trying to ask,