API Reference

net_listening

Returns true if client is actively listening for network connections.

Request Parameters

None.

Response

Returns true if client is actively listening for network connections.

Result Fields

  • LISTENING FLAG - a boolean indicating whether the client is actively listening for network connections

Examples

Example Responses
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": true
}
Language
Click Try It! to start a request and see the response here!