Documentation
Search...
Ctrl
K
LYX (Lukso)
EVM
Net peerCount
Returns the number of peers currently connected to the client.
post
net_peerCount
Responses
200
OK
application/json
cURL
JavaScript
Python
HTTP
Copy
curl -L \
--request POST \
--url 'net_peerCount'
200
Copy
{
"id": 1,
"jsonrpc": "text",
"result": "text"
}
Previous
Net listening
Next
Net version