To ensure fair usage and maintain the stability of the Sarafa API, we implement rate limiting on the number of requests you can make within a specific time window. Currently, the API is limited to 2500 query requests every 10 minutes per API key.If you exceed this limit, the API will return a 429 Too Many Requests error response.Example JSON Response (Too Many Requests - HTTP 429):
Copy
{ "status": "error", "message": "Too many requests. Please wait and try again later."}
When you receive a 429 error, your application should implement a retry mechanism with an appropriate backoff strategy (e.g., waiting for a few seconds before attempting the request again). Avoid aggressive retries to prevent further overloading the API. You can monitor your API usage to stay within the defined limits.
The following table outlines the default transaction limits for SSP, UGX, and KES stablecoin wallets within the Sarafa platform. Please note that these limits may vary based on your business’s KYC/KYB verification level. You can view your specific limits within your account dashboard.