Rate Limits
SHIELD implements rate limiting to ensure fair usage and prevent abuse.Limits by Endpoint
Response Headers
Rate limit information is included in response headers:Exceeded Limit
When rate limit is exceeded:Implementation
Rate limiting uses a sliding window algorithm:Increasing Limits
Contact support to increase rate limits for:- Pro plan rate limit increases
- High-volume applications
- Integration partners
shieldencrypted@gmail.com
Best Practices
- Cache responses when possible
- Implement backoff on 429 errors
- Batch operations to reduce calls
- Use webhooks instead of polling

