Skip to content

Node Version

Returns the node software version string.

GET /eth/v1/node/version
Terminal window
curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/version
{
"data": {
"version": "Prysm/v5.x.x ..."
}
}