# Create hex-encoded raw transaction Create a transaction spending the given inputs and sending to the given addresses. Returns hex-encoded raw transaction. Note that the transaction's inputs are not signed, and it is not stored in the wallet or transmitted to the network. Endpoint: POST /daemon/createrawtransaction Version: 6.6.1 ## Request fields (text/plain): - `transactions` (array) - `transactions.txid` (string) The transaction id - `transactions.vout` (integer) The output index - `transactions.sequence` (integer) Sequence number (optional) - `addresses` (object) Object with addresses as keys and amounts as values - `locktime` (integer) Raw locktime. Non-0 value also locktime-activates inputs. (optional) - `expiryheight` (string) Expiry height of transaction (optional) ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Hex string of the transaction