# Info of added node/nodes Returns information about the given added node, or all added nodes(note that onetry addnodes are not listed here). If dns is false, only a list of added nodes will be provided, otherwise connected information will also be available. Endpoint: GET /daemon/getaddednodeinfo Version: 6.6.1 Security: ZelID ## Query parameters: - `dns` (boolean, required) If false, only a list of added nodes will be provided, otherwise connected information will also be available. Enum: true, false - `node` (string) The node ip:port Example: "188.239.61.210:16125" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.addednode` (string) The node ip address - `data.connected` (boolean) If connected - `data.addresses` (array) - `data.addresses.address` (string) The Flux server host and port - `data.addresses.connected` (string) Connection, inbound or outbound