post https://api.zan.top/node/v1/eth/mainnet/
Returns true if client is actively listening for network connections.
Log in to see full request history
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
}
Response