@instruritesh
1) your library uses a single mode for the whole application, there is no flexibility to switch between modes when subscribing for instruments.
2) I don't understand why you use WSState in your library when you don't have a feature to…
@Kailash
i was using kite (mobile app from play store from zerodha) mobile app. I did the login and it worked properly and then when i did logout and opened the app again, it prompted me to add my login details again. i was thinking to have this ki…
@Kailash
During Pre-Market timings, i thought only the quotes will be fetched once. but it is fetching more than once. any reason ?
imp: This happens only for quote and full mode, but for ltp mode it works properly. ( Tested this @friday @7:30am…
@Kailash @instruritesh
During Pre-Market timings, i thought only once the quotes will be fetched once. but it is fetching more than once. any reason ?
imp: This happens only for quote and full mode, but for ltp mode it works properly.
@Kailash
i logged out using your api, but it is not showing me login-screen. it automatically creates a new access token.
any reason behind it ?
my response after logout - {"status": "success", "data": true}
@Kailash @vivek
how can we refresh the access tokens and get a new one, so we can stop users to enter login credentials again .i am talking wrt to a standalone java application.
@Kailash
if i am using a standalone java application, how will i get the request token to my java application ? any logic to solve this issue ?
One more thing, i have a redirect_url which is not a localhost, but it's to my web url .
ok, Another doubt.
for the above example which you gave, i overlooked the instrument info for GOLDGUINEAMAYFUT in instruments.csv file which gets downloaded when we use your api.
it says this:(csv format)
53253383,208021,GOLDGUINEA16MAYFUT,GOLDGUIN…
ok. is it possible to explain how to know the different values from this byte array, if not can i know, how to find the instrument token and last traded price from this array ?
@vivek ,
can i know how can we register a post-back(web hook) to a url from your server. can i know the procedure.
Because it's quite confusing on how to tell the kite server to send response to a specific url .
can you explain in detail.