# Updates list of temporarily unspendable outputs Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs. A locked transaction output will not be chosen by automatic coin selection, when spending Flux. Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list is always cleared (by virtue of process exit) when a node stops or fails. Endpoint: GET /daemon/lockunspent Version: 6.6.1 Security: ZelID ## Query parameters: - `unlock` (boolean, required) Whether to unlock (true) or lock (false) the specified transactions Enum: true, false - `transactions` (array, required) Each transaction the txid and vout key/value pair is both required. - :`voutunlocktransactions%5B%7B%22txid%22%3A%2215430c14500cd505798902e2f1ce3c19251f3599954e7dfb57c19f8763530860%22%2C%22vout%22%3A0%7D%5D` ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (boolean) Whether the command was successful or not