☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
403 forbidden
digvijaybahree
November 2024
in
API clients
I am unable to use kite connect 3 API to fetch qoutes (
https://kite.trade/docs/connect/v3/market-quotes/#market-quotes
)
I am getting response as
response code - 403 forbidden
{
"status": "error",
"message": "Incorrect `api_key` or `access_token`.",
"data": null,
"error_type": "TokenException"
}
I have created an app - test1
I am able to get results from instrumentation API (
https://kite.trade/docs/connect/v3/market-quotes/#instruments
)
i am calling qoutes API directly from postman. I have not done login before calling this API.
I am interested in getting PCLOSE value of stocks. Preferably Instruments API (
https://kite.trade/docs/connect/v3/market-quotes/#instruments
)
but
i am getting all zero values for last price.
Curl request :
curl --location '
https://api.kite.trade/quote?i=NSE:INFY'
\
--header 'X-Kite-Version: 3' \
--header 'Authorization: token {api_key}:{api_secret}' \
Tagged:
Instruments
kiteconnect
403 Forbidden
Sign In
or
Register
to comment.