v1
latestOpenAPI 3.1.02026-07-2612501.4 MBGetNodeVersion
Requests that the beacon node identify information about its implementation in a format similar to a HTTP User-Agent field.
get/{apiKey}/eth/v1/node/version
Path parameters
apiKeystring required
<style>
.custom-style {
color: #048FF4;
}
</style>
For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.
Response
A version string of the running beacon node.
Example response
{
"data": {
"version": "Lighthouse/v0.1.5 (Linux x86_64)"
}
}