getVersion
Solana node API
getVersion | Solana
The Solana getVersion method returns the current Solana version running on the node. Available on Solana via Chainstack JSON-RPC nodes.
POST
getVersion
The SolanaDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
getVersion method returns the current Solana version running on the node.
This method is useful for verifying which validator client and version your RPC node is running, which can affect feature availability and behavior.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method does not require any parameters.Response
The response includes aresult object with:
solana-core(string) — the software version of the Solana node (e.g.,"2.1.10").feature-set(integer) — the unique identifier of the current software’s feature set.
Use case
A common use case forgetVersion is in infrastructure monitoring to verify that your node is running the expected validator version. This is especially relevant during network upgrades (e.g., Agave 2.0) to confirm your node has updated and supports the latest RPC methods.Last modified on May 18, 2026