Overview
Rate limits help ensure fair usage and system stability.Rate Limit Details
Rate limits are enforced per API key, per minute, with a daily cap. Limits depend on your key’s tier. Every key needs either an active subscription or a positive credit balance — there is no free tier.
Exceeding either the per-minute or per-day allocation returns a
429.
Upgrade your plan in the portal for higher limits.
sendBundle additionally requires a pro or enterprise entitlement; without
it the call returns JSON-RPC error -32001.Managing Rate Limits
If you receive a 429 response, you should:- Implement exponential backoff in your retry logic
- Wait for the rate limit window to reset
- Consider upgrading your plan for higher limits
