
# Authorization Rate Limits

Rate limits differ from traffic limits, which refer to the number of times authorized applications are allowed to access within a specified time period.
Specified when authorizing applications. Requests exceeding the authorization rate limit will return error code `429` with the error information `Quota is not enough`. As an API user, you can request additional quota authorization from the API developers.