HTTP Error Codes​
Let's look at the common HTTP errors you can encounter, what they mean and what you can do to prevent them.
HTTP Error Code Example​
The code snippet below is an example of Error Code 429.
{
"jsonrpc": "2.0",
"error": {
"code": 429,
"message": "The requests per second (RPS) of your requests are higher than your plan allows."
},
"id": 1
}
Endpoint Error Logs
Quicknode provides error logs for your RPC endpoints to help you diagnose issues. You can view error logs directly in your Quicknode dashboard by navigating to:
- Endpoints in the sidebar
- Selecting your endpoint
- Opening the Error Logs tab
You can filter error logs by time window, response type, method, and network.
What Gets Logged
RPC Errors
All failed requests including invalid methods, malformed parameters, execution errors, and network timeouts.
Failed Transaction Submissions
Send transaction requests that failed. Successful transactions are logged separately in the Transaction Logs tab.
Logging Limitations
Only RPC errors and failed transaction submissions are logged — successful read operations are not captured. To maintain optimal endpoint performance, logging operates on a best-effort basis. Some logs may be dropped during high-traffic periods to preserve low latency.
Retention and Access
Build and Scale plans include dashboard access with standard log retention. Enterprise plans provide extended retention periods and programmatic API access for log retrieval.
If you're experiencing other error codes, please let us know by submitting a ticket. We're more than happy to assist