# Deterministic FluxNode list View deterministic list of FluxNodes by rank. Endpoint: GET /daemon/viewdeterministicfluxnodelist Version: 6.6.1 ## Query parameters: - `filter` (string) Accepts both viewdeterministicfluxnodelist/filter and ?filter=193.188.15.238. Filter query will filter list by ,txhash, payment address, ip, or pubkey. If ommited, full list will be displayed. Example: "193.188.15.238" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.collateral` (string) Collateral txid and output index - `data.txhash` (string) Transaction id - `data.outidx` (integer) Output index - `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.pubkey` (string) Fluxnode public key used for message broadcasting - `data.activesince` (string) Active time of FluxNode in epoch - `data.lastpaid` (string) Last paid time in epoch - `data.amount` (string) Amount of collateral - `data.rank` (integer) Rank of FluxNode