01 / Providers
RPC ENDPOINTS
A curated list of Solana RPC endpoints. Public ones can be added to your dashboard directly; key-gated providers ask for your endpoint URL first.
| Provider | Network | Kind | Endpoint | Note | |
|---|---|---|---|---|---|
| Solana Labs ↗ | mainnet | PUBLIC | https://api.mainnet-beta.solana.com | Official public endpoint. Rate-limited, no SLA. | |
| Solana Devnet ↗ | devnet | PUBLIC | https://api.devnet.solana.com | Official devnet endpoint. | |
| Solana Testnet ↗ | testnet | PUBLIC | https://api.testnet.solana.com | Official testnet endpoint. | |
| PublicNode ↗ | mainnet | PUBLIC | https://solana-rpc.publicnode.com | Free public endpoint, no key required. | |
| dRPC ↗ | mainnet | PUBLIC | https://solana.drpc.org | Free public endpoint; paid tiers via key. | |
| Ankr ↗ | mainnet | NEEDS KEY | https://rpc.ankr.com/solana/YOUR_KEY | Requires an API key for most usage. | |
| Helius ↗ | mainnet | NEEDS KEY | https://mainnet.helius-rpc.com/?api-key=YOUR_KEY | Paste your API key into the URL. | |
| QuickNode ↗ | mainnet | NEEDS KEY | https://YOUR-ENDPOINT.solana-mainnet.quiknode.pro/YOUR_TOKEN/ | Endpoint URL + token from your QuickNode dashboard. | |
| Triton (RPCPool) ↗ | mainnet | NEEDS KEY | https://YOUR-ENDPOINT.rpcpool.com/YOUR_TOKEN | Endpoint URL + token from your Triton dashboard. | |
| Alchemy ↗ | mainnet | NEEDS KEY | https://solana-mainnet.g.alchemy.com/v2/YOUR_KEY | Paste your Alchemy API key into the URL. |