You can give any https link that accepts the post request and make sure to respond with 200 first and then do your calculations. The timeout for postback is too low, if you don't respond then it will be considered as timeout.
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
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
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.
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
thnx