Rate Limit

To provide a stable and reliable API service, we have introduced a rate limiter for the Create Disbursement API that restricts the number of requests that can be made within a specific time frame. Effective from 3rd July 2023, the rate limiter has been set to a maximum of 5 requests per second (TPS).

If you exceed this limit, you will receive a 429 error code indicating that you have exceeded the rate limit. To avoid this, we strongly recommend that you implement a client-side rate limiter to ensure that your application stays within the limit.

Please be aware that the rate limit is subject to change based on system load and performance, and we reserve the right to adjust the limit as necessary to maintain the stability of our API service.