Geth Version on infura api

What is current version of geth in node ?

Hi there.
It is Geth v1.9.24
You can use the below to get the version

 curl -X POST \ 
    -H "Content-Type: application/json" \
    --data '{"jsonrpc": "2.0", "id": 1, "method": "web3_clientVersion", "params": []}' \
    "https://mainnet.infura.io/v3/YOUR-PROJECT-ID"
1 Like

You can also find it at https://forkmon.ethdevops.io/

2 Likes

Thank @Leiya_Kenney.