bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/psbtbumpfee
Wallet

psbtbumpfee

Bumps the fee of an opt-in-RBF transaction, returning the new transaction as a PSBT instead of broadcasting.

Parameters

txidstringREQUIRED
The txid to bump
optionsobjectoptional
Options: conf_target, fee_rate, replaceable, estimate_mode

Returns

objectObject with psbt, origfee, fee, and errors

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"psbtbumpfee","params":["txid"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "psbt": "cHNidP8BA...",
  "origfee": 0.00001410,
  "fee": 0.00003520,
  "errors": []
}
← Previous
lockunspent
Next →
removeprunedfunds

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗