☰
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
13.8K
All Categories
0
Incidents
154
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
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.