Skip to main content

getVersion RPC Method

Returns the current Solana version running on the node.

Parameters

None

Code Sample

Response

Result Details

The result is a JSON object containing:
  • solana-core: <string>
    • Software version of Solana core
    • Provides the specific version of the Solana node software
  • feature-set: <u32>
    • Unique identifier of the current software’s feature set
    • Helps identify specific capabilities and characteristics of the Solana node