getnetworkinfo
Returns an object containing various state info regarding P2P networking, including version information, network status, connections, and relay fees.
Path parameters
apiKey
Response
Object containing P2P networking state information.
version
The server version.
subversion
The server subversion string (e.g., “/Satoshi:x.x.x/”).
protocolversion
The protocol version.
localservices
The services we offer to the network (hex string).
localservicesnames
List of network services offered.
localrelay
True if transaction relay is requested from peers.
timeoffset
The time offset in seconds.
connections
The total number of connections.
connections_in
The number of inbound connections.
connections_out
The number of outbound connections.
networkactive
Whether P2P networking is enabled.
networks
Information per network.
relayfee
Minimum relay fee for transactions in BTC/kvB.
incrementalfee
Minimum fee increment for mempool limiting or BIP 125 replacement in BTC/kvB.
localaddresses
List of local addresses.
warnings
Any network and blockchain warnings.