fix(data-layer): add CoinGecko demo API key to prevent rate limiting#17221
Merged
Conversation
CoinGecko API was returning 429 errors due to rate limiting on unauthenticated requests. Added x_cg_demo_api_key parameter to all CoinGecko API calls (ETH price, market cap, and stablecoins fetchers).
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
minimalsm
approved these changes
Feb 4, 2026
wackerow
approved these changes
Feb 5, 2026
| # DUNE_API_KEY= | ||
|
|
||
| # CoinGecko API | ||
| # COINGECKO_API_KEY= |
Member
There was a problem hiding this comment.
Not seeing this in Netlify, should it be?
Member
Author
There was a problem hiding this comment.
It is set in the trigger.dev env where this fetches are used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
x_cg_demo_api_keyparameter to all CoinGecko API calls to prevent 429 rate limiting errorsCOINGECKO_API_KEYenvironment variableCOINGECKO_API_KEYto.env.exampleTest plan
COINGECKO_API_KEYis set in production environment