Connection issue is resolved. Main confusion is request_token and access_token. Somehow it does not become clear first time which one is what, where to get from and how to use them.
so practically i dont need to post anything. my case as of now is single user and offline development with the data received. afterwards also i will first trade myself for some time before making my strategy public
I am in very initial stage where i want to get some real time data for nifty50 options at 5 minute interval, do my calculations locally to check if my strategy is worth pursuing
Hi
I Changed the redirect URL to http://127.0.0.1. That stops giving invalid API_Key error but I am now getting below error
kiteconnect.exceptions.TokenException: Token is invalid or has expired.
What can I do to get rid of this error?
Thnx