historical api data error

mbisht
hi guys ,

i m getting below error while using below api, my api is right but seems like something is wrong here. i m trying to get 260105 (bank-nifty) 5 mins for June24. please suggest , other api like instrument-id api works

https://api.kite.trade/instruments/historical/260105/minute?from=2024-06-24+09:15:00&to=2024-06-24+09:30:00

{"status":"error","message":"unknown Authorization scheme","data":null,"error_type":"InputException"}
  • MAG
    "message":"unknown Authorization scheme" - your authentication is failing.

    The instrumentlist api call will work even if authorisation fails as it is public data and not specific to your account.
    In fact that's the only call which will work with or without authorisation.
    For all other api calls authorisation is compulsory.
Sign In or Register to comment.