Request Limits
Asset enforces the following API rate limits:- Tenant-level requests: 300 requests per minute
- Business-level requests: 300 requests per minute
API Response Headers
Every API response includes headers to help you monitor your usage and stay within rate limits:Header | Description |
---|---|
x-ratelimit-limit | The maximum number of requests permitted per minute. |
x-ratelimit-remaining | The number of requests remaining in the current time window. |
x-ratelimit-reset | The time (in UNIX timestamp format) when the rate limit resets. |
Exceeding Rate Limits
If you exceed these limits, Asset APIs return:- HTTP status code: 429 Too Many Requests
Managing Your Requests
To ensure optimal performance and avoid exceeding rate limits, we recommend:- Monitoring the rate-limit headers returned with each response to proactively manage your usage.
- Implementing retry mechanisms with exponential backoff.
- Spacing requests evenly and batching API calls whenever possible.
Questions? Reach out via our Contact form.