New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More
English
Returns the current Solana version running on the node.
cURL
curl --request POST \ --url 'https://mainnet.helius-rpc.com/?api-key=' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": "1", "method": "getVersion" } '
{ "jsonrpc": "2.0", "id": "1", "result": { "solana-core": "1.16.7", "feature-set": 2891131721 } }
Your Helius API key. You can get one for free in the dashboard.
The JSON-RPC protocol version.
2.0
"2.0"
A unique identifier for the request.
"1"
The name of the RPC method to invoke.
getVersion
"getVersion"
No parameters required.
Successfully retrieved the Solana version details.
Identifier matching the request.
Solana version details.
Show child attributes
The Solana blockchain node software release version running on this validator.
"1.16.7"
Unique numerical identifier representing the specific Solana feature set currently active.
2891131721
Was this page helpful?