Skip to main content

getVersionInfo RPC Method

Returns version information about the Stellar node including version strings and protocol information.

Updated on
Aug 14, 2025

getVersionInfo RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
The result object containing build, version, and protocol details of the Stellar RPC instance
version
string
The version of the RPC server including its commit hash
commitHash
string
The commit hash of the RPC server source code used for the build
buildTimestamp
string
The timestamp when the RPC server build was created
captiveCoreVersion
string
The version of the embedded Stellar Core used by the RPC server
protocolVersion
integer
The Stellar protocol version supported by the RPC server
commit_hash
string
The commit hash of the RPC server source code (duplicate of commitHash)
build_time_stamp
string
The timestamp when the RPC server build was created (duplicate of buildTimestamp)
captive_core_version
string
The version of the embedded Stellar Core used by the RPC server (duplicate of captiveCoreVersion)
protocol_version
integer
The Stellar protocol version supported by the RPC server (duplicate of protocolVersion)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free