# Add inputs to a transaction Add inputs to a transaction until it has enough in value to meet its out value. This will not modify existing inputs, and will add one change output to the outputs. Note that inputs which were signed may need to be resigned after completion since in/outputs have been added. The inputs added will not be signed, use signrawtransaction for that. Endpoint: POST /daemon/fundrawtransaction Version: 6.6.1 ## Request fields (text/plain): - `hex` (string) Hex-encoded transaction ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.hex` (string) The resulting raw transaction - `data.changepos` (integer) The position of the added change output, or -1 - `data.fee` (number) The fee added to the transaction