Thanks a lot @rakeshr
I have below questions now:
I got the Access Token from below code:
User user = kiteConnect.generateSession("asasa", "asasa");
kiteConnect.setAccessToken(user.accessToken);
kiteConnect.setPublicTo…
@SRIJAN
I got the Access Token from below code:
User user = kiteConnect.generateSession("asasa", "asasa");
kiteConnect.setAccessToken(user.accessToken);
kiteConnect.setPublicToken(user.publicToken);
As per comments is…
How I can generate the access token? the webinar has not explained in proper manner. I have successfully generated the request token.
Could you please help me in generating the access Token?
I tried with below scenario:
curl https://api.kite.trade/…
@rakeshr This I have followed as per Document given by Zerodha:
https://kite.trade/docs/connect/v3/orders/
Even I have tried below command on Terminal:
curl --request POST https://api.kite.trade/orders/regular \
-H "X-Kite-Version: 3" \
-H…