# Flux node list Gets a ranked list of Flux nodes. Endpoint: GET /daemon/listfluxnodes Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.collateral` (string) Collateral txid and output index - `data.ip` (string) Ip address of Flux server - `data.network` (string) Network type - `data.added_height` (integer) Block height Flux node was added to list - `data.confirmed_height` (integer) Block height Flux node was confirmed by the network - `data.last_confirmed_height` (integer) Latest block height network confirmed the Flux node - `data.last_paid_height` (integer) Block the Flux node was last paid - `data.tier` (string) Tier of Flux node - `data.payment_address` (string) Address where rewards are paid - `data.activesince` (string) Active time of Flux node in epoch - `data.lastpaid` (string) Last paid time in epoch - `data.amount` (string) Locked collateral amount - `data.rank` (integer) Rank of Flux node