The default rate limit for all Foldd APIs is 80 requests per second.
Reach out to support@foldd.com if you have a requirement for higher limits.
How to handle rate limits
Effectively handling rate limit 429 errors is crucial for maintaining a seamless user experience.- Implement retry mechanisms with progressively increasing intervals to avoid overwhelming the system with repeated requests.
- To proactively manage these errors, monitoring tools can help track usage patterns and provide insights for adjusting rate limits as necessary.
- Ultimately, a well-orchestrated strategy for managing 429 errors not only prevents disruption but also fosters positive user engagement by transparently addressing limitations and promoting responsible API usage.