Rate Limits & Usage

Overview

Quickscope enforces a fair-use rate limiting model for all RPC access. Each project is granted a fixed infrastructure allocation — there are no usage tiers or variable-speed upgrades.

Limits are enforced per project and per API key.


What’s Included

  • Each project is allocated 2500 (Requests Per Second)
  • This applies to all standard RPC and WebSocket traffic

Webhooks are measured separately and are not part of the RPC rate limit.


Fair Use & Abuse

Rate limits exist to maintain system performance and ensure fair access for all users. Misuse or overload may result in:

  • Temporary automatic throttling
  • API key revocation for repeated stress or abuse
  • System-wide alerts for unusual traffic patterns

Always implement retries and exponential backoff in production systems. Avoid blind polling or unthrottled scrapers.