# Gets info of connected peers Gets list of ip addresses and rtt of the outgoing connected peers. Endpoint: GET /flux/connectedpeersinfo Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.ip` (string) Ip address of connected peer - `data.rtt` (integer) Round trip time of packets being sent back and forth between peers