Skip to main content

signPsbt

Signs a Partially Signed Bitcoin Transaction (PSBT). PSBTs are used for more complex Bitcoin transactions that may require multiple signatures or advanced scripting.
With an embedded wallet, signature[].address must be your wallet’s own address for the active network, and disableAddressValidation has no effect. See Embedded Wallet Differences.

Usage

Parameters

Returns

Promise<{ signedPsbt: string }> - A promise that resolves to an object containing the signed PSBT in Base64 format.

Errors

React

Last modified on August 16, 2026