Skip to main content

/v1/node_version_info REST API Endpoint

Get node version information, such as semver, commit, sporkID and protocol version.

Updated on
Oct 4, 2023

/v1/node_version_info REST API Endpoint

Parameters

This method does not accept any parameters

Returns

semver
string
The semantic version of the Flow node
commit
string
The unique code commit identifier
spork_id
string
The id associated with a specific spork configuration
protocol_version
string
The version of the Flow protocol that the node adheres to
Request
1
curl -X 'GET' 'https://docs-demo.flow-mainnet.quiknode.pro/v1/node_version_info' \
2
--header 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free