3.5 KiB
3.5 KiB
Solana Free RPC Provider Signup Guide
Quick Comparison Table
Provider | Signup Required | Credit Card | Email Verification | Time to Start |
---|---|---|---|---|
PublicNode | ❌ No | ❌ No | ❌ No | Instant |
Solana Public | ❌ No | ❌ No | ❌ No | Instant |
Helius | ✅ Yes | ❌ No | ✅ Yes | < 10 seconds |
Alchemy | ✅ Yes | ❌ No | ✅ Yes | ~1 minute |
QuickNode | ✅ Yes | ❌ No | ✅ Yes | ~2-3 minutes |
Detailed Signup Requirements
1. PublicNode 🚀
- Signup Required: NO
- Process: None - just use the endpoints
- HTTP Endpoint:
https://solana-rpc.publicnode.com
- WebSocket Endpoint:
wss://solana-rpc.publicnode.com
- Key Features:
- Completely anonymous
- No API keys needed
- No tracking or data collection
- "Fastest, free-est, and privacy first"
2. Solana Public RPC ⚠️
- Signup Required: NO
- Process: None - direct access
- HTTP Endpoint:
https://api.mainnet-beta.solana.com
- WebSocket Endpoint:
wss://api.mainnet-beta.solana.com
- Warning: Not for production use, heavily rate-limited
3. Helius ⭐
- Signup Required: YES (but very quick)
- Process:
- Go to dashboard.helius.dev
- Click "Start for Free"
- Enter email and password
- Verify email
- API key auto-generated
- What You Get:
- 1M credits/month free
- 10 requests/second
- Access to enhanced APIs
- Dashboard with usage metrics
4. Alchemy ✅
- Signup Required: YES
- Process:
- Create account with email/password
- Verify email
- Access dashboard
- Create Solana app
- Get endpoint URLs
- What You Get:
- 300M Compute Units/month (~12M transactions)
- Professional dashboard
- Additional features (Smart Wallets, Webhooks)
- 99.9% uptime SLA
5. QuickNode 📊
- Signup Required: YES (most involved)
- Process:
- Sign up at quicknode.com
- Verify email ("Check your email to verify")
- Click "Create an endpoint"
- Select Solana blockchain
- Choose network (mainnet)
- Optional: Add marketplace add-ons
- Select Free plan
- Get HTTP and WSS URLs
- What You Get:
- 10M credits/month
- Professional infrastructure
- Marketplace add-ons available
- Detailed analytics
Recommendations by Use Case
For Immediate Testing/Prototyping
- PublicNode - No signup, start immediately
- Solana Public - No signup but unreliable
For Development Projects
- Helius - Quick signup, good free tier
- Alchemy - Best free tier allocation
- QuickNode - Most features but complex setup
For Production (Paid Tiers Recommended)
- All providers offer paid upgrades
- Avoid Solana Public RPC entirely
- Consider multiple providers for redundancy
Security Notes
- Helius: Keep API key secure, don't commit to GitHub
- Alchemy: API key in URL, protect in environment variables
- QuickNode: Token in URL path, requires careful handling
- PublicNode: No auth = no security concerns for credentials
Getting Started Tips
- Fastest Start: Use PublicNode - no signup needed
- Best Free Tier: Alchemy (300M CUs) but with WebSocket limitations
- Most Balanced: Helius - quick signup, decent limits
- Most Professional: QuickNode - complex but feature-rich
Remember: Free tiers are great for development but consider paid plans for production applications to ensure reliability and support.