can I add multiple API apps with different client ids?
Do you mean to create multiple apps in a single developer account with different login Zerodha id's? If yes, then you can do this. Just make sure to add the required client id in Zerodha Client ID field for the given app.
Say I have an app, thats using 2/3 websocket connections and I'm paying 4000, for streaming & historical.
I wanna develop another program that requires 2 websockets. In this case, I create another app and get 3 websocket connections? And Pay 4000 for this as well?
Also will this affect how many requests I can make or number of orders I can place per second?
@ouroboros, Why do you need so many websocket connections? You can subscribe to 9000 instruments with 3 websocket connections?
If you want you can create another app and pay for another Kite Connect app. All the requests are capped per api_key, so your quota for requests will also increase if you have multiple subscriptions. But you don't need more request quota than whatever is allowed for an api_key. Use caching and don't pull orderbook every second instead use postbacks or order updates via websockets as an event to pull orderbook. Cache positions and update P&L using ltp from websockets API.
If yes, then you can do this. Just make sure to add the required client id in
Zerodha Client ID
field for the given app.Yes, you will need 4000 credits for subscribing to 2 Kite Connect apps.
I wanna develop another program that requires 2 websockets.
In this case, I create another app and get 3 websocket connections? And Pay 4000 for this as well?
Also will this affect how many requests I can make or number of orders I can place per second?
Why do you need so many websocket connections?
You can subscribe to 9000 instruments with 3 websocket connections?
If you want you can create another app and pay for another Kite Connect app. All the requests are capped per api_key, so your quota for requests will also increase if you have multiple subscriptions. But you don't need more request quota than whatever is allowed for an api_key. Use caching and don't pull orderbook every second instead use postbacks or order updates via websockets as an event to pull orderbook. Cache positions and update P&L using ltp from websockets API.
@sujith
Zerodha Client ID
will i be charged Rs 2000/- or 4000/- ??