☰
Login
Signup
Home
›
API clients
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.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2023
kevinlukose
TokenException for Historical API
kevinlukose
December 2023
in
API clients
I've been successfully retrieving data from various API endpoints such as "
https://api.kite.trade/instruments/NFO
". However, I'm encountering an error with the endpoint "
https://api.kite.trade/instruments/historical/13578242/minute?from=2023-12-15+09:15:00&to=2023-12-15+09:20:00
". Despite using identical headers, including the "Authorization : token api_key:Enqxxxxxxxxxxx", I receive the following error:
{
"status": "error",
"message": "Incorrect `api_key` or `access_token`.",
"data": null,
"error_type": "TokenException"
}
I have a subscription to the Historical API and would appreciate any assistance in resolving this issue.
Tagged:
historical API
API
history api
access_token
"TokenException: Token is invalid or has expired."
kevinlukose
December 2023
Its working now
This discussion has been closed.