You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add a primary call to the etherscan api with a fallback to a secondary api of public choice to get the updated gas fees value of ethereum blockchain.
/gas
{
"slow": 124,
"normal": 134,
"fast": 164
}
Follow the .env.example to add or use secrets if needed.
Requirements
Adding call for the specified endpoint.
Caching the data using cron every 5 seconds to the mongo database.
Making sure to serve the user the cached data and not have them call 3rd parties.
On your PR include examples of what the endpoint is returning.
Use your own mongo database for testing.
Documenting the code.
The text was updated successfully, but these errors were encountered:
Description
We need to add a primary call to the etherscan api with a fallback to a secondary api of public choice to get the updated gas fees value of ethereum blockchain.
/gas
Follow the
.env.example
to add or use secrets if needed.Requirements
The text was updated successfully, but these errors were encountered: