Invalid Token issue from Postman during getCandleData


  • I have done loginByPassword with success, received JWTToken also
    Next when I send request for getCandleData, I get this error-{"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}

    I am sending bearer token as Authorisation header, and XPrivateKey as apiKey. What am I missing?


  • Hello @trader108,
    Can you please share your request body? The headers are case sensitive. Please make sure you are using the headers and keys mentioned as it is in the documentation.