Skip to main content
DynamicSDK.instance.bitcoin.sendBitcoin builds, signs, and broadcasts a Bitcoin transfer in a single call. Use it when you don’t need to inspect or modify the PSBT before broadcast — see Build a PSBT and Sign a PSBT for the manual flow.

Example

Parameters

Returns

Future<String> — the broadcasted transaction id (txid).

Converting BTC to satoshis

amount is always a satoshi string. 1 BTC = 100,000,000 satoshis. Convert from a user-supplied BTC value before calling:
Last modified on May 12, 2026