# Flux node status Returns an object containing various state of the Flux node. Endpoint: GET /daemon/getfluxnodestatus Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.status` (string) FluxNode status - `data.collateral` (string) Collateral transaction - `data.txhash` (string) Collateral transaction hash - `data.outidx` (integer) Collateral transaction output index number - `data.ip` (string) FluxNode network address - `data.network` (string) Network type (IPv4, IPv6, onion) - `data.added_height` (integer) Block height when FluxNode was added - `data.confirmed_height` (integer) Block height when FluxNode was confirmed - `data.last_confirmed_height` (integer) Last block height when FluxNode was confirmed - `data.last_paid_height` (integer) Last block height when FluxNode was paid - `data.tier` (string) Tier (CUMULUS/NIMMBUS/STRATUS) - `data.payment_address` (string) FLUX address for FluxNode payments - `data.pubkey` (string) FluxNode public key used for message broadcasting - `data.activesince` (string) The time in seconds since epoch (Jan 1 1970 GMT) FluxNode has been active - `data.lastpaid` (string) The time in seconds since epoch (Jan 1 1970 GMT) FluxNode was last paid - `data.amount` (string) Locked collateral amount