Open baktun14 opened 4 months ago
Hey @troian and @baktun14 ,
Public endpoints tend to enforce rate limits per IP address. As far as I know, using a proxy server would result in all users sharing the same rate limits if no caching is in place. Due to this, I recently created a REST API endpoint for another frontend that checks the health of public RPCs/RESTs and provides an updated list. Putting the RPC selection on the client side would ensure availability even if usage of the endpoints increases significantly.
You can check it out here: https://9c0pbpbijhepr6ijm4lk85uiuc.ingress.europlots.com/api/rpcs/akash
Hey, we currently have client side rpc selection. This is mostly for our api that relies on the akashnet.net rpc and we need a proxy for reliability. Thanks for the list of rpcs.
We're depedent on this node to run 100% of the time for the api and other places in the code. We need to replace it with the new RPC proxy that will be built,