Setting Up API Keys
Why Ethonode uses keys
Ethonode pulls live prices from CoinGecko, EVM wallet data from Moralis, and Solana wallet data from Helius. All three have generous free tiers.
We run a hybrid model. Every user starts with a shared Ethonode key that works for light usage. Upgrading to your own free key from each provider unlocks higher rate limits and faster sync — the quota is yours, not ours.
CoinGecko
Used for: live asset prices, market caps, charts, news, search.
Getting your key
- Go to coingecko.com/en/api.
- Click Get Your API Key.
- Sign up for a free Demo account.
- Copy your API key from the dashboard.
- In Ethonode: Settings → API Keys → CoinGecko → Add your key.
Free tier limits: 30 calls/minute, 10,000 calls/month.
Moralis
Used for: EVM wallet balances and transactions.
- Sign up at moralis.io.
- From the dashboard, create a new API key.
- Copy the key into Settings → API Keys → Moralis.
Free tier limits: 40,000 requests/day.
Helius (Solana only)
Used for: Solana balances and transactions.
- Sign up at helius.dev.
- Create a new API key in your project dashboard.
- Add it in Settings → API Keys → Helius.
Adding keys in Ethonode
Keys are encrypted at rest with AES-256-GCM and only decrypted when we call the provider on your behalf. You can replace or remove a key at any time.
- Open Settings → API Keys from the user menu.
- Click Add your key on the provider card.
- Paste the key, optionally name it, and click Verify & Save.
Last updated: April 2026