# Gets info of incoming connections Gets list of ip addresses and rtt of incoming connections. Endpoint: GET /flux/incomingconnectionsinfo 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 incoming connection - `data.rtt` (string) Round trip time of packets being sent back and forth for incoming connection