☰
Login
Signup
Home
›
Mobile and Desktop apps
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
May 2019
sujith
May 2019
jaydeepmore
February 2016
Kailash
February 2016
sumit.ssr207
Route not found exception
sumit.ssr207
February 2016
in
Mobile and Desktop apps
I am trying following
I got the request token. Now to get the access_token I am trying following:
curl
https://api.kite.trade/session/token
-d "api_key=xxxxxxxxxxxxxxxxxxxx"
-d "request_token=yyyyyyyyyyyyyyyyyyyyyyyy"
-d "checksum=dzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
However I am getting route not found as response.
{"status": "error", "message": "Route not found", "error_type": "GeneralException"}
sumit.ssr207
February 2016
calculating as SHA-256 hash of ("xxxxxxxxxxxxxxxxxxxxyyyyyyyyyyyyyyyyyyyyyyyyssssssssssssss");
where ssssssssssssss is secret key. Not getting what is going wrong.
Kailash
February 2016
I think the issue is with your curl REQUEST. It may be skipping the parameters bit and sending a GET request instead of POST. Suffix each line with a \ as shown in the documentation please.
jaydeepmore
May 2019
Hi
@Kailash
I am getting below error when fetching for request token,
can you help to resolve it
image.png
72.6K
sujith
May 2019
It seems like you are using a deprecated URL. You can check out the
documentation
for correct URL.
Sign In
or
Register
to comment.
where ssssssssssssss is secret key. Not getting what is going wrong.
can you help to resolve it