While working with a Quicknode product, you will encounter various error codes. Let us dive into these error codes, what they mean, and how you can fix them.
Code | Message | Explanation |
400 | Bad Request |
- Incorrect HTTP Request type (e.g. using GET instead of POST) - Invalid Characters |
401 | Unauthorized |
This can happen when one or multiple security requirements are not met such as incorrect Token Auth, IP not in the whitelist, invalid JWT, etc. |
403 | Forbidden |
Endpoint Disabled (Past due payment) |
403 | Forbidden - custom trace not found in allowed custom traces |
Custom trace code not whitelisted (Submit a ticket here to go through the approval process) |
404 | Not Found |
- Incorrect URL - Incorrect method |
413 |
Content Too Large |
Body of the request is too large |
413 |
Request Entity Too Large
|
We enforce a limit of 10,000 block ranges when requesting logs and events. Learn more about why we have set the limit and what you can do to work around this here |
429 | Too Many Requests |
The requests per second (RPS) of your requests are higher than your plan allows. Learn more about the 429 errors here |
500 | Internal Server Error |
Submit a ticket for the support team to take a look at the errors asap |
503 | Service Unavailable |
Submit a ticket for the support team to take a look at the errors asap |
If you're experiencing other HTTP error codes, please let us know by submitting a ticket. We're more than happy to assist 🚀
Other Error Code References can be found here
Comments
0 comments
Article is closed for comments.