Troubleshooting: RPC Rate Limit Exceeded on the Free Plan

This article provides a detailed troubleshooting guide for resolving issues related to exceeding the RPC rate limit on the Free Plan.

Description

This article provides a detailed troubleshooting guide for resolving issues related to exceeding the RPC rate limit on the Free Plan.

Problem

When using the Free Plan with thirdweb, users may encounter an error stating "I exceeded the RPC Rate Limit." This happens when the number of RPC requests exceeds the usage limits allowed under the Free Plan.

Solution

Steps to Resolve:

  1. Check Your Free Plan Limits:
    1. The Free Plan has a hard limit of 10 requests per second (req/s) for RPC usage. If you exceed this limit, you will receive the rate limit notification. This is a built-in restriction for accounts without a verified payment method.

  1. Upgrade to a Paid Plan:
    1. If you need a higher rate limit, consider upgrading to the Starter Plan, which offers at least 25 req/s. Any additional usage will be subject to usage-based charges. You can view and upgrade your plan here: thirdweb Pricing.

  1. Monitor RPC Requests:
    1. If you want to track your RPC requests, currently, there isn’t an in-dashboard visual graph for monitoring these requests. You can monitor your usage by checking the logs or via the API, or by upgrading to a paid plan for better access and support.

  1. Verify Your Payment Information:
    1. If you're on the Free Plan, ensure you are aware of the limitations that come with it. For more detailed usage insights, verifying your payment method may open up more monitoring and higher usage limits.

Additional Tips

  • Consider Implementing Retry Logic: If you are hitting the 10 req/s limit, consider implementing retries with a backoff strategy in your code.
  • Review Your Code: Ensure that your code or application is not inadvertently making excessive API calls. This can be done by optimizing the requests made within a short time frame.

Can’t get this working? If you've followed the above and still have issues, contact our support team for help.

Did this answer your question?
😞
😐
🤩