Returns true if client is actively listening for network connections.
curl https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "id": 1, "method": "net_listening", "params": []}'
URL: https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY Request_Type: POST Body: { "jsonrpc":"2.0", "method":"net_listening", "params":[], "id":1 }
{ "id": 1, "jsonrpc": "2.0", "result": true }
Last updated 1 year ago