Rate Limiting
For security and performance reasons, the Wasabi Account Control API will rate limit the number of
requests on a per Wasabi Control Account holder basis against the API methods listed below. These limits are currently:
- 1000 GET operations/min
- 100 PUT operations/min
- 100 POST operations/min
- 10 DELETE operations/min
Any call rates that exceed these limits will be responded with a standard “HTTP 429 Too Many Requests” response.
Updated over 1 year ago