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

