net_listeningpost https://api.zan.top/node/v1/bsc/mainnet/{apiKey}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 JSON{ "jsonrpc": "2.0", "id": 1, "result": true }