Sandbox applies rate limits to ensure stable and reliable API performance for all users. When you exceed the rate limit, subsequent requests return aDocumentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
429 Too Many Requests status code.
Rate limits by environment
| Environment | Host url | Requests per minute |
|---|---|---|
| Test | https://test-api.sandbox.co.in | 25 |
| Production | https://api.sandbox.co.in | 500 |
Handling rate limits
When you receive a429 response:
- Pause requests - Stop sending new requests temporarily
- Implement backoff - Wait before retrying (start with 1 second, then increase)
- Reduce frequency - Spread requests over time
Once your request rate falls within the limits, API access automatically resumes.
Custom rate limits
If your app requires higher rate limits than the standard production limit of 100 requests per minute, you can request a custom rate limit increase. When requesting a rate limit increase, include:- Current rate limit you’re experiencing
- Desired rate limit
- Expected API usage patterns (burst vs sustained)
- Business impact of current limits