Documentation Index
Fetch the complete documentation index at: https://core.anylayer.org/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The ZKScore API implements rate limiting to ensure fair usage and system stability. This guide explains rate limits and how to handle them.Rate Limits
API Endpoints
| Tier | Requests/Minute | Requests/Day |
|---|---|---|
| Free | 60 | 10,000 |
| Developer | 600 | 100,000 |
| Pro | 6,000 | 1,000,000 |
| Enterprise | Custom | Custom |
Handling Rate Limits
Best Practices
- Caching: Cache responses to reduce requests
- Batch Operations: Use batch endpoints
- Exponential Backoff: Implement backoff strategy
- Monitor Usage: Track your API usage
- Upgrade Plan: Upgrade if hitting limits