Alchemy¶
Alchemy is a multi-chain infrastructure provider with a Solana RPC offering and a free tier for development.
Endpoint URL format¶
Setup¶
- Create an account at alchemy.com.
- Create a new Solana Mainnet app.
- Copy the HTTPS endpoint URL.
- Add to your config:
Pricing model¶
Alchemy uses a compute unit model similar to QuickNode. A free tier is available for development and testing.
Check alchemy.com/pricing for current plans and compute unit rates.
Tips¶
- The free tier is useful for development and CI environments.
- For production, pair Alchemy as a failover provider alongside Helius or QuickNode as primary.
- Use
failover_orderedif you want Alchemy to only handle traffic when primary providers are unavailable.