When you exceed the limit
The API responds with HTTP429:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Request quotas and how to handle 429 responses
| Limit | Value |
|---|---|
| Requests | 20 per 60 seconds per API key |
| Block duration when exceeded | 60 seconds |
429:
{
"status": 429,
"message": "Too many requests. Please try again later."
}
limit on Get Transactions instead of many small pages.