Skip to main content

signPsbts

Signs multiple Partially Signed Bitcoin Transactions (PSBTs) in a single operation. This is useful for batch operations or when working with multiple transactions that need to be signed together.
Each request follows the same rules as signing a single PSBT. With an embedded wallet, that includes the address and option constraints described in Embedded Wallet Differences.

Usage

Parameters

Returns

Promise<{ signedPsbts: string[] }> - A promise that resolves to an object containing an array of signed PSBTs in Base64 format.

Errors

Last modified on August 16, 2026