Rate Limits
Rate limits protect platform stability and prevent a single account, Token, or application from consuming too many resources.
Common rate-limit dimensions
Section titled “Common rate-limit dimensions”| Dimension | Description |
|---|---|
| Account limit | Limits the overall request frequency of one account |
| Token limit | Limits request frequency for one API Token |
| Application limit | Limits request frequency for one business application |
| Global limit | System protection strategy |
Response after triggering
Section titled “Response after triggering”429 Too Many RequestsClients should read the error message and retry with exponential backoff.
Troubleshooting
Section titled “Troubleshooting”- Check whether one Token has excessive concurrency.
- Check whether an account or application limit was hit.
- Reduce concurrency or split traffic across multiple business Tokens.
- If higher quota is needed, contact the platform administrator to adjust the quota.