Rate Limits
nodewell applies rate limits to ensure fair usage and service stability.
Limits
| Plan | Requests/sec | Requests/day |
|---|---|---|
| Free | 10 | 100,000 |
Rate Limit Headers
Responses include rate limit information:
X-RateLimit-Limit: 10
X-RateLimit-Remaining: 9
X-RateLimit-Reset: 1704067200Rate Limit Response
When limits are exceeded, you'll receive:
json
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32005,
"message": "Rate limit exceeded. Please retry after 1 second."
}
}HTTP Status: 429 Too Many Requests
Need Higher Limits?
Contact us at [email protected].