Requests peers data
GET {{baseUrl}}/peers?ip=<x-swagger-pipe>&httpPort=<x-swagger-pipe>&wsPort=<x-swagger-pipe>&os=<x-swagger-pipe>&version=<x-swagger-pipe>&state=<x-swagger-pipe>&height=<x-swagger-pipe>&broadhash=<x-swagger-pipe>&limit=<x-swagger-pipe>&offset=<>&sort=<>
Search for specified peers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ip | string | IP of the node or delegate | |
httpPort | string | Http port of the node or delegate | |
wsPort | string | Web socket port for the node or delegate | |
os | string | OS of the node | |
version | string | Lisk version of the node | |
state | string | Current state of the network | |
height | string | Current height of the network | |
broadhash | string | Broadhash of the network | |
limit | string | Limit applied to results | |
offset | string | Offset value for results | |
sort | string | Fields to sort results by |