Rate Limiting

Prev Next

For security and performance reasons, the Wasabi Account Control API will impose rate limits on the number of requests per Wasabi Control Account holder for 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 to with a standard “HTTP 429 Too Many Requests” response.