net_listening

Returns true if client is actively listening for network connections. The API credit value for this method is 100

  1. Parameters- This method does not accept any parameters

curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":67}'
  1. Returns

    result- It's true when the client is actively listening for network connections, otherwise false

Last updated