Admin
Peer
List known peers
List all peers known in the system, and info about their connection. This includes the endpoint, how we know about the peer, the connection state, and if the connection is alive the amount of bytes we've sent to and received from the peer.
get/api/v1/admin/peers
Response
Success
Example response
[
{
"endpoint": {
"proto": "tcp",
"socketAddr": "192.0.2.6:9651"
},
"type": "static",
"connectionState": "alive",
"txBytes": 464531564,
"rxBytes": 64645089
}
]