WatchData Documentation
WebsiteDashboard
Search
⌃K
Links
📖
Welcome to WatchData Docs
👋
Introduction
🛠
Quick start guide to WatchData!
🤔
Why Use WatchData?
💡
Supported chains
🛑
Error Reference
🏗
Change Log (update)
💎
Powered API
🔀
Transfers
💠
Parity
🌀
Trace
⏹
Blocks
*⃣
Token API
🆒
Stats
🕸
Blockchain API's
Ethereum API
♨
Polygon API
Binance Smart Chain API
Tron API
Bitcoin API
Blockchain RPCs
Rawtransactions RPCs
analyzepsbt
combinepsbt
combinerawtransaction
converttopsbt
createpsbt
createrawtransaction
decodepsbt
decoderawtransaction
decodescript
finalizepsbt
fundrawtransaction
getrawtransaction
joinpsbts
sendrawtransaction
testmempoolaccept
utxoupdatepsbt
🪙
Price API
Price API
⛓
Web3
Web3 SDK
🗺
Tutorials and Guides
How to guides
WatchData Price API and how it works?
How eth_getLogs works?
🗃
Resources
Pricing and Limits
FAQ
Support
Community
Powered By GitBook

combinepsbt

Combine multiple partially signed Bitcoin transactions into one transaction.
Implements the Combiner role.

Argument #1 - txs

Type: json array, required
The base64 strings of partially signed transactions
[
"psbt", (string) A base64 string of a PSBT
...
]
Result
Name
Type
Description
str
string
The base64-encoded partially signed transaction
Previous
analyzepsbt
Next
combinerawtransaction
Last modified 8mo ago
Copy link