Follow
Rate Limits

Fair use, no keys required.

Quill provides open access to the RobinHood chain RPC without API keys or signup. To keep the service reliable for everyone, the following limits apply.

Requests

30 req/s

Per IP address. Burst up to 60 requests, then throttled until the window resets.

Payload

128 KB

Maximum request body size. Batch requests count as one call but each method inside counts toward the rate limit.

Connections

10 concurrent

Max simultaneous open connections per IP. Excess connections are queued, not dropped.

What happens when you hit the limit?

You'll receive a standard JSON-RPC error response with code -32005and message "rate limit exceeded". Wait 1 second and retry. The console UI handles this automatically with a brief pause before resending.

Need higher limits?

Reach out on X/Twitter. We can provision dedicated throughput for projects building on the RobinHood chain.