# FluxNode DOS list Get a list of all fluxnodes in the DOS list. Endpoint: GET /daemon/getdoslist Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.collateral` (string) Collateral transaction hash - `data.added_height` (integer) Height the fluxnode start transaction was added to the chain - `data.payment_address` (string) The payment address associated with the fluxnode - `data.eligible_in` (integer) The amount of blocks before the fluxnode is eligible to be started again - `data.amount` (string) The amount of collateral associated with the fluxnode