Blockchain API Rate Limiting
What is Rate Limiting? Rate limiting is a mechanism that controls the number of API requests your application can make to the Blockops RPC nodes within a specific time frame (usually measured in Requests Per Second, or RPS).Request limits
The Blockchain API has a limit on the number of requests that can be made to each API endpoint. The limit depends on whether you are using the public rpc endpoint or an API key. The number of requests you can make before reaching the limit or being rate-limited will vary based on your chosen method of access.- Public API endpoint - 50 requests/second
- Private API endpoint - 1000 requests/second

