getVersion
Returns the current Solana version running on the node
Last updated
Was this helpful?
Returns the current Solana version running on the node
Last updated
Was this helpful?
The JSON-RPC protocol version.
2.0
Possible values: A unique identifier for the request.
1
The name of the RPC method to invoke.
getVersion
Possible values: No parameters required.
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"jsonrpc": "2.0",
"id": 1,
"method": "getVersion"
}
Successfully retrieved the Solana version details.
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"solana-core": "1.16.7",
"feature-set": 2891131721
}
}