net_peerCount
Parameters
Returns
// Result
{
"jsonrpc": "2.0",
"id": 64,
"result": "0x8"
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":64}'
Last updated
Was this helpful?