Error of too many request

text: ‘{“status”:“error”,“errors”:[{“errorCode”:“UDAPI10005”,“message”:“Too Many Request Sent”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI10005”,“property_path”:null,“invalid_value”:null}]}’,

The error you received indicates that your requests are being rate-limited according to the API’s usage policies. This typically happens when too many requests are sent in a short period. For more details on the rate-limiting rules, please refer to the Upstox API documentation on rate limiting available at Upstox API Rate Limiting Documentation . Understanding these rules will help you adjust your API usage to avoid such issues in the future.

ok i will .
Thank you