跳转到内容

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 ..."
}
}