Hi , I am aware of the rate limit of 10 per second. In case of rate limit exceeding , exception is being thrown . In that case i am catching it and retrying the order after some delay, Is it fine Or it will cause any problem ?? Like Orders being blocked from the account for some duration ?
Once i exceed the rate limit , does the server will return error immediately Or it will delay the response.
If you are getting non 200 status from API and keep on continuously sending requests, you will get blocked by CDN. You will have to wait for 10 seconds and then retry.