web3_clientVersion
Parameters
Returns
Example
curl https://rpc.testnet.radiustech.xyz/<YOUR-RPC-ENDPOINT> \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": [],
"id": 1
}
'{
"jsonrpc":"2.0",
"result":"0.1.0",
"id":1
}cast client \
--rpc-url https://rpc.testnet.radiustech.xyz/<YOUR-RPC-ENDPOINT>0.1.0Last updated
Was this helpful?

