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.

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 January 26, 2026