It would be better if you can add date argument (optional) to the following call -
GET /instruments/
This should fetch the instrument list on that particular date.
Found the solution -
1. Go to https://kite.trade/connect/login?api_key=xxx
2. Login
3. Obtain the request_token. Important: This token is generated new every time
4. Call the curl https://api.kite.trade/session/token -d ... command with the new req…
I am receiving the exact same error -
On the browser -
{"status": "error", "message": "Route not found", "error_type": "GeneralException"}
Using curl-
{"status": "error", "message": "Invalid session credentials", "error_type": "TokenException"}
Ple…