Unable to consume historical end points

vikashrivastav
Hello,
I am getting :
{
data:null
error_type:'PermissionException'
message:'Insufficient permission for that call.'
status:'error'
}

when trying to call - /instruments/historical/{instrument_token}/{interval}

using Nodejs client

api version 3.

Need less to say I have already received access token via token endpoint.
I am able to do other things like streaming on websocket and other api calls. Only the historical end point is not working. Any ideas? Thanks
Sign In or Register to comment.