net_version
// Request curl -X POST https://testnet-rpc1.autheo.com -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67}' // Result {"jsonrpc":"2.0","id":67,"result":"785"}
net_listening
// Request curl -X POST https://testnet-rpc1.autheo.com -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":67}' // Result {"jsonrpc":"2.0","id":67,"result":true}
net_peerCount
// Request curl -X POST https://testnet-rpc1.autheo.com -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":74}' // Result {"jsonrpc":"2.0","id":74,"result":3}