# Get various info of the wallet Returns an object containing various wallet state info. Endpoint: GET /daemon/getwalletinfo Version: 6.6.1 Security: ZelID ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.walletversion` (integer) The wallet version - `data.balance` (number) The total confirmed balance of the wallet in FLUX - `data.unconfirmed_balance` (number) The wallet version - `data.immature_balance` (number) The total unconfirmed balance of the wallet in FLUX - `data.txcount` (integer) The total number of transactions in the wallet - `data.keypoololdest` (integer) The timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool - `data.keypoolsize` (integer) How many new keys are pre-generated - `data.paytxfee` (number) The transaction fee configuration, set in FLUX/kB - `data.seedfp` (string) The BLAKE2b-256 hash of the HD seed