node icon indicating copy to clipboard operation
node copied to clipboard

any problem to solve "over rate limit" ?

Open kugimiya530 opened this issue 1 year ago • 1 comments

{"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

kugimiya530 avatar Dec 19 '24 03:12 kugimiya530

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

Mukzid avatar Dec 30 '24 09:12 Mukzid

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

danyalprout avatar Sep 24 '25 01:09 danyalprout

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

bitcoin4cashqc avatar Oct 14 '25 15:10 bitcoin4cashqc