☰
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
403 forbidden
digvijaybahree
7:36AM
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.