web3_clientVersion
Reference: Here
Parameters
Returns
// Result
{
"jsonrpc": "2.0",
"id": 67,
"result": "somnia-bda6162c06a1b28-release"
}curl https://mainnet.somnia.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}'
curl https://testnet.somnia.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}'
Last updated
Was this helpful?