# The fluxnode conf file View fluxnode conf file in JSON format, this will return empty for most unless running a hot wallet. Endpoint: GET /daemon/listfluxnodeconf Version: 6.6.1 Security: ZelID ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.alias` (string) Alias name - `data.status` (string) Status of fluxnode - `data.collateral` (string) Collateral txid and output index - `data.txhash` (string) Transaction id - `data.outputIndex` (integer) Output index - `data.privateKey` (string) Fluxnode private key - `data.address` (string) Ip address of fluxnode server and port - `data.ip` (string) Ip address of fluxnode server - `data.network` (string) Network type (IPv4, IPv6, onion) - `data.added_height` (integer) Block height fluxnode was added to list - `data.confirmed_height` (integer) Block height fluxnode was confirmed by the network - `data.last_confirmed_height` (integer) Latest block height network confirmed the fluxnode - `data.last_paid_height` (integer) Block the fluxnode was last paid - `data.tier` (string) Tier of fluxnode - `data.payment_address` (string) Address where rewards are paid - `data.activesince` (integer) Last paid time in epoch - `data.lastpaid` (integer) Last paid time in epoch ## Response 401 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "UnauthorizedAccess" - `data.message` (string) Example: "Unauthorized. Invalid signature or insufficient privilege." - `data.code` (string) Example: "UNAUTHORIZED" ## Response 500 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "InternalError" - `data.message` (string) Example: "Internal server error occurred" - `data.code` (string) Example: "INTERNAL_ERROR"