| Environment | Rate Limit (Sustained) | Window | Description |
|---|---|---|---|
| Production | 120 requests/min | 60s | Standard limit for production traffic. |
| Sandbox | 30 requests/min | 60s | Lower limit for development and testing. |
Note: Authenticated clients also have a specific rate_limit_per_minuteconfigured in their account, which may be lower or higher than the global edge limit depending on the plan.
| Endpoint | Rate Limit | Burst Handling | Notes |
|---|---|---|---|
| General API | 1000 req/15min | - | General limit for non-critical internal APIs. |
| Account Info | 120 req/min | Flexible | For checking account existence or creating charges. |
429 Too Many Requests status code.10:00:00 and 10:01:00.10:00:45, it will be rejected with a 429 error.10:01:00 for the counter to reset before sending more requests.429 Too Many Requests response, your application should stop sending requests for a short period.X-RateLimit-Limit: The maximum number of requests allowed in the current window.X-RateLimit-Remaining: The number of requests you have left in the current window.X-RateLimit-Reset: The time (in seconds) until the current window resets.Retry-After: The number of seconds to wait before making a new request (only present on 429 responses).GET /deposits/:id repeatedly, rely on Webhooks to get real-time updates.