Skip to content

Rate Limits

Rate limits applied to Manako endpoints.

Two layers of limits apply; exceeding either returns HTTP 429.

ScopeLimit
Source IP address300 requests / min
API key (per plan)Free: 60 / Pro: 180 requests / min
  • Status code 429 with error code RATE_LIMITED
  • The Retry-After response header contains the number of seconds to wait
{
"error": {
"code": "RATE_LIMITED",
"message": "Rate limit exceeded",
"status": 429
}
}
  • On 429, wait for Retry-After seconds before retrying