Skip to main content

Default Limits

Rate limits are applied per API key.

Rate Limit Headers

Every response includes rate limit information:

Handling Rate Limits

Check Before Hitting Limits

Handle 429 Responses

Batch Operations

Reduce request count with batch endpoints:

Instead of N tracking requests:

Use batch endpoint:

Higher Limits

Need higher rate limits? Contact us:

Request Higher Limits

Contact us to discuss your volume requirements

Best Practices

Spread requests evenly rather than bursting. Use a queue or rate limiter on your side.
Cache tracking results for 5-10 minutes. Status changes aren’t instant.
For status updates, webhooks are more efficient than polling.
Schedule bulk operations during off-peak hours (2-6 AM EST).