☰
Login
Signup
Home
›
General
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
14.7K
All Categories
0
Incidents
172
Node JS client
49
Go client
827
.Net API client
394
Kite Publisher
552
.Net / VBA / Excel (3rd party)
486
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
408
PHP client
4.2K
Python client
357
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.5K
General
In this Discussion
September 21
sudeepignition
Not Able to access api
sudeepignition
September 21
in
General
curl --location '
https://api.kite.trade/instruments/historical/5633/day?from=2023-01-01 15:30:00&to=2024-12-31 15:30:00&oi=1'
\
--header 'X-Kite-Version: 3' \
--header 'Authorization: token API key:API secret'
It was working 6-7 months back dont why its not working now. I have renewed and expiry of the api is 22 oct 2025. Previous It was 2000 for api and 2000 for historical now I can see it just deducted 500
sudeepignition
September 21
{
"status": "error",
"message": "Incorrect `api_key` or `access_token`.",
"data": null,
"error_type": "TokenException"
}
sudeepignition
September 21
leave its working by bad. I did not login and created session I just forgot the flow after 7 months
This discussion has been closed.
"status": "error",
"message": "Incorrect `api_key` or `access_token`.",
"data": null,
"error_type": "TokenException"
}