Monitoring usage
Every API response includes rate limit headers with your current limits and remaining quota. For a full usage breakdown, visit the Dashboard and click Open Analytics Dashboard.When you hit the limit
The API returns a429 Too Many Requests response:
Handling rate limits
Use theRateLimit-Org-Second-Reset header to wait the exact time needed before retrying a 429 response. If your day or month quota is exhausted, retrying won’t help - check RateLimit-Org-Day-Remaining and RateLimit-Org-Month-Remaining first.
Tips to stay under the limit
- Use webhooks instead of polling - transaction subscriptions give you real-time updates without repeated requests
- Cache responses where data doesn’t change frequently (e.g., chain lists, token metadata)
- Use filters and pagination to fetch only the data you need - smaller requests, fewer calls