Skip to main content

eth/v1/node/version REST API Endpoint

Loading...

Updated on
Mar 24, 2026

eth/v1/node/version REST API Endpoint

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
version
string
Loading...
Request
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/node/version" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/node/version" \
2
-H "Content-Type: application/json"
Response
1
{
2
"data": {
3
"version": "beacond/v1.3.4 (linux amd64)"
4
}
5
}
1
{
2
"data": {
3
"version": "beacond/v1.3.4 (linux amd64)"
4
}
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free