☰
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
12.5K
All Categories
100
Node JS client
35
Go client
741
.Net API client
345
Kite Publisher
528
.Net / VBA / Excel (3rd party)
410
Algorithms and Strategies
918
Java client
958
API clients
389
PHP client
3.5K
Python client
318
Mobile and Desktop apps
1.2K
Market data (WebSockets)
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