The Foldd API has multiple checks in place to enhance its stability when faced with sudden surges of incoming traffic. Merchants who send numerous requests in rapid succession could encounter error responses indicated by the status code 429.
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.
Effectively handling rate limit 429 errors is crucial for maintaining a seamless user experience.
If you see a 429 error with the following error message, it is due to API locking and not due to rate limiting:
API locking is a robust feature that empowers us to proactively secure and optimize access to our APIs. Our API locks objects on some operations to prevent the disruption caused by concurrent workloads that could potentially lead to inconsistent outcomes.
This proactive measure not only ensures the continued integrity and performance of our APIs but also guarantees a high standard of security for our users. Once triggered, the API lock initiates a controlled pause in access, preventing any potential threats from compromising the system.