/eth/v1/node/version

Get version string of the running beacon node

Requests that the beacon node identifies information about its implementation in a format similar to a HTTP User-Agent field.

Parameters

No Parameters

Result

Returns the node's version information

Example

Request

curl <your-endpoint>/eth/v1/node/version

Return

On success

{
    "data": {
        "version": "Prysm/v3.1.1 (linux amd64)"
    }
}