net_peerCount
Returns number of peers currently connected to the client.
This method will use 10
Compute Units.
Parameters
None
Returns
QUANTITY - integer of the number of connected peers.
// 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?