Net_listening

net_listening

post

Checks if the client is listening for network connections.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstring · enumRequiredExample: net_listeningPossible values:
paramsarrayRequired

This method takes no parameters.

idintegerRequiredExample: 1
Responses
chevron-right
200

JSON-RPC response with listening status

application/json
jsonrpcstringRequiredExample: 2.0
idintegerRequiredExample: 1
resultbooleanRequired

true if the client is listening for network connections, otherwise false.

Example: true
post
/
200

JSON-RPC response with listening status

Last updated