New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image
eth

ETH

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method net_peerCount undefined ()
connect with WS protocol

net_peerCount

info-circle-fill

Returns the number of peers currently connected to the client.

Parameters

-

Request

wscat -c wss://eth.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{"jsonrpc": "2.0",
"method": "net_peerCount",
"params": [],
"id": "getblock.io"}

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "0x10"
}
banner icon

Start Building with GetBlock RPCs for Free