Documentation Index
Fetch the complete documentation index at: https://docs.0xradar.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limits
Rate limits are enforced per API key. Exceeding a limit returns429 Too Many Requests.
Limits by tier
| Tier | Requests / minute | Requests / day |
|---|---|---|
| Free | 10 | 100 |
| Dev | 100 | 10,000 |
| Pro | 600 | 100,000 |
Handling 429
When you hit a limit, back off and retry with exponential jitter:Tips
- Cache
/chains— it rarely changes - Use
/portfolioinstead of looping/balancesacross chains - Consider webhooks (Phase 2) instead of polling for alerts
Error response
Retry-After: 42