# Peer info Returns data about each connected network node as a json array of objects. Endpoint: GET /daemon/getpeerinfo Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.id` (integer) Peer index - `data.addr` (string) Ip address and port of the peer - `data.addrlocal` (string) Local address - `data.services` (string) The services offered - `data.lastsend` (integer) The time in seconds since epoch (Jan 1 1970 GMT) of the last send - `data.lastrecv` (integer) The time in seconds since epoch (Jan 1 1970 GMT) of the last receive - `data.bytessent` (integer) Total bytes sent - `data.bytesrecv` (integer) Total bytes recieved - `data.conntime` (integer) The connection time in seconds since epoch (Jan 1 1970 GMT) - `data.timeoffset` (integer) The time offset in seconds - `data.pingtime` (number) Png time - `data.version` (integer) The peer version - `data.subver` (string) The string version - `data.inbound` (boolean) Inbound (true) or Outbound (false) - `data.startingheight` (integer) The starting height (block) of the peer - `data.banscore` (integer) The ban score - `data.synced_headers` (integer) The last header we have in common with this peer - `data.synced_blocks` (integer) The last block we have in common with this peer - `data.inflight` (array) - `data.whitelisted` (boolean) Is peer whitelisted?