bitcoind.app
CommandsGuidesContact ↗
Home/Rawtransactions/joinpsbts
Rawtransactions

joinpsbts

Joins multiple distinct PSBTs with different inputs and outputs into one PSBT.

Parameters

txsarrayREQUIRED
Array of base64 PSBTs

Returns

stringJoined PSBT base64 string

Code Examples

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

Example Response

"cHNidP8BAJo...joined..."
← Previous
getrawtransaction
Next →
sendrawtransaction

More Rawtransactions Commands

analyzepsbtcombinepsbtcombinerawtransactionconverttopsbtcreatepsbtcreaterawtransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗