bitcoind.app
CommandsGuidesContact ↗
Home/Rawtransactions/combinerawtransaction
Rawtransactions

combinerawtransaction

Combine multiple partially signed transactions into one transaction.

Parameters

txsarrayREQUIRED
Array of hex strings of partially signed transactions

Returns

stringHex-encoded raw transaction with signature(s)

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"combinerawtransaction","params":[["hex1","hex2"]]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

"0200000001...combined_hex..."
← Previous
combinepsbt
Next →
converttopsbt

More Rawtransactions Commands

analyzepsbtcombinepsbtconverttopsbtcreatepsbtcreaterawtransactiondecodepsbt

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗