To ensure techrar remains stable and fair for everyone, all APIs are rate-limited based on your API token permissions and store plan. Developers should adopt industry-standard practices such as limiting calls, caching results, and retrying requests responsibly. π
π Rate Limit Plans#
Rate limits vary based on:Store subscription plan (Basic, Pro, Enterprise)
API token permissions (different endpoints may have different limits)
Token-specific restrictions (some tokens may have custom rate limits)
Plan-Based Limits#
Basic Plan: 1000 requests per day
Pro Plan: 30000 requests per day
Enterprise Plan: Unlimited requests per day
Exceeding rate limits or exhibiting unusual behavior may result in temporary access restrictions.
Plan your API calls responsibly to avoid disruptions. β
π Rate Limit Best Practices#
Token Management#
Use specific tokens: Create dedicated tokens for different integrations
Monitor token usage: Track which tokens are consuming your rate limits
Rotate tokens: Regularly update tokens to maintain security
Request Optimization#
Implement exponential backoff: When rate limited, wait progressively longer between retries
Cache responses: Store frequently accessed data to reduce API calls
Batch operations: Use bulk endpoints when available
Monitor headers: Always check rate limit headers in responses
β Need Help?#
Weβre here for you! Reach out using any of the following methods:Letβs keep your API experience smooth and uninterrupted! π Modified atΒ 2025-11-23 09:51:40