☰
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.6K
All Categories
0
Incidents
172
Node JS client
48
Go client
822
.Net API client
394
Kite Publisher
550
.Net / VBA / Excel (3rd party)
480
Algorithms and Strategies
1K
Java client
1.2K
API clients
408
PHP client
4.2K
Python client
357
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
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.