Getting a list of peers
api/v1
Retrieve a list of peers connected to your Hycon node.
Response - 200 OK, application/json
Parameter | Type | Description |
| string | IP address of the peer |
| number | Port connected with the peer |
| timestamp | Most recent timestamp the peer was seen |
| number | Number of connection failures |
| timestamp | Most recent timestamp the peer attempted connection |
| number | Activity of the peer |
GET/api/v1/peerList
Example request
Response (Success)
Last updated