curl -H 'content-type:application/json' -d '{"id": 1, "jsonrpc": "2.0", "method": "getEpochInfo"}' 'https://solana-devnet.api.onfinality.io/public'https://solana-devnet.api.onfinality.io/publicwss://solana-devnet.api.onfinality.io/public-ws* The public endpoint is rate limited
Full
N.VirginiaHong Kong
Only pay for what you need.
Solana Devnet is the primary testing environment for the Solana blockchain. It simulates the mainnet environment, allowing developers to deploy programs, test transactions, and integrate with Solana's parallel runtime without using real SOL. Devnet runs its own validator set and is publicly accessible.
While public RPC endpoints like https://api.devnet.solana.com are available, they are shared and rate-limited. For team projects, backend services, or higher-volume testing, a managed RPC provider offers:
OnFinality provides authenticated Solana Devnet RPC endpoints via its API service, giving developers a reliable gateway for contract testing, QA, staging releases, wallet integration testing, and backend validation.
getEpochInfo.Devnet is intended for testing and staging. Production applications should use the corresponding mainnet RPC endpoint when ready for live users. OnFinality supports both environments, making it easy to transition from development to production.
Use authenticated endpoints when your team needs:
Solana Devnet does not currently list archive or trace capability on this page. Contact OnFinality if your workload requires historical or trace-heavy access.
Solana Devnet users need a low-friction environment for wallet, bot, and dApp testing before production Solana traffic.
Best fit: devnet testing workflows for developer testing, integrations, and rollout prep.
What builders usually check first:
Supported capability notes:
Decision notes:
A quick connection check usually starts with getEpochInfo, then moves into the exact methods your wallet, dashboard, bot, indexer, or backend service needs.
Planning the next step:
Next steps:
OnFinality takes away the heavy lifting of DevOps so you can build smarter and faster.
Get Started