bitcoind.app
CommandsGuidesContact ↗
Home/Rawtransactions/combinepsbt
Rawtransactions

combinepsbt

Combine multiple partially signed Bitcoin transactions into one transaction.

Parameters

txsarrayREQUIRED
Array of base64 PSBTs to combine

Returns

stringCombined PSBT base64 string

Code Examples

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

Example Response

"cHNidP8BAFUCAAAAAV...combined..."
← Previous
analyzepsbt
Next →
combinerawtransaction

More Rawtransactions Commands

analyzepsbtcombinerawtransactionconverttopsbtcreatepsbtcreaterawtransactiondecodepsbt

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗