cURL
curl --request POST \ --url https://{network}.s.chainbase.online/v1/{api-key} \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "net_listening", "params": [] }'
{ "id": 1, "jsonrpc": "2.0", "result": true }
Returns true if client is actively listening for network connections.
Parameters
None
Returns
Boolean
"demo"
Successful Response
The response is of type object.
object