Getting Error Input Exception in API

sapan
sapan edited December 2020 in API clients
I am getting the following error when requesting the quote API:
https://api.kite.trade/quote?i=NSE:INFY
{
"status": "error",
"message": "Invalid `api_key` or `access_token`.",
"data": null,
"error_type": "InputException"
}

Same happening with orders API.
I am able to successfully get the instruments list using the same api_key and api_secret
I am using POSTMAN for making the requests.
Why is it happening?
  • rakeshr
    "message": "Invalid `api_key` or `access_token`.",
    You are not sending the correct access_token or API key. Go through this thread to know more.
    I am able to successfully get the instruments list using the same api_key and api_secret
    Fetching instrument list doesn't need an API key and access token.
Sign In or Register to comment.