Unknown Error Code: UDAPI100061

I am getting this response when i am trying to make a intraday API request.
UDAPI100061 what is the meaning of this error code? I can’t find it in docs


HTTP response body: b’{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100061”,“message”:“Your request could not be processed due to security constraints. Please check if the URL is formatted correctly with all required values.”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100061”,“property_path”:null,“invalid_value”:null}]}

Hi @Vidhan_Mertiya ,
The error code UDAPI100061 indicates that the URL provided is invalid, as mentioned in the error message.

Please verify the URL you are using, and for reference, you can check the Intraday Candle Example Codes.

Thank you.

1 Like