Documentation Index
Fetch the complete documentation index at: https://docs.neariq.io/llms.txt
Use this file to discover all available pages before exploring further.
REST API limits by plan
| Plan | Requests / minute |
|---|---|
| Growth | 30 |
| Agency | 60 |
| Enterprise | 120 |
| Scale | 120 |
| Unlimited | 300 |
429, the plan limit, and resetAt.
Headers
Every API response includes rate limit headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per minute for your plan |
X-RateLimit-Remaining | Requests remaining in the current window |
Retry-After | Seconds to wait before retrying after a 429 |
Best practices
- Cache responses — snapshots and competitor data don’t change by the minute. Cache for at least 5 minutes.
- Use bulk endpoints —
/exportis one request vs. N individual calls - Implement backoff — on
429, wait forRetry-Afterseconds before retrying - Use webhooks — for real-time events, webhooks are more efficient than polling
/me/alerts