any problem to solve "over rate limit" ?
{"jsonrpc":"2.0","id":1115125,"error":{"code":-32000,"message":"429 Too Many Requests: {"jsonrpc":"2.0","error":{"code":-32016,"message":"over rate limit"},"id":2239375}\n"}}
when i spam transaction always show this
if you're encountering this error in a web browser, clearing the cache might help or Wait and Retry
If you're making automated requests, use an exponential backoff strategy to gradually increase the delay between retries when a rate limit error is encountered
There are basic rate limits in place per address/ip. We wouldn't expect these to be hit very often (unless you're sending high levels of txns). Muzkid is right, add a backoff when you hit the limit
As a dapp developer, I have a website that use web3, let's say my user connect with metamask or any other web3, he is rate limited even on mainnet.base.org rpc? That's crazy. It add a massive delay at preloading app data in batches