Skip to content

Rate Limits

Rate limits protect platform stability and prevent a single account, Token, or application from consuming too many resources.

DimensionDescription
Account limitLimits the overall request frequency of one account
Token limitLimits request frequency for one API Token
Application limitLimits request frequency for one business application
Global limitSystem protection strategy
429 Too Many Requests

Clients should read the error message and retry with exponential backoff.

  1. Check whether one Token has excessive concurrency.
  2. Check whether an account or application limit was hit.
  3. Reduce concurrency or split traffic across multiple business Tokens.
  4. If higher quota is needed, contact the platform administrator to adjust the quota.