Error 429 and data access

Hello ,
when I fetch data the data is been received but there is also error of
status: 429,
text: ‘{“status”:“error”,“errors”:[{“errorCode”:“UDAPI10005”,“message”:“Too Many Request Sent”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI10005”,“property_path”:null,“invalid_value”:null}]}’,
both error and data are displayed

@vinod_mokashi

It appears we’re dealing with a typical scenario where an API is looping, initially returning data successfully before a subsequent call is declined with a 429 error due to rate limiting.

For further details on our rate limiting guidelines, please refer to this link: Rate Limits | Upstox Developer API

Thank you!

I have done it but sometimes this error is been occurred .I will check rate limits and let me check

1 Like