☰
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
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.