bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/bumpfee
Wallet

bumpfee

Bumps the fee of an opt-in-RBF transaction, replacing it with a new transaction by adjusting the change output.

Parameters

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

Returns

objectObject with txid, origfee, fee, and errors

Code Examples

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

Example Response

{
  "txid": "b104ecf24be...",
  "origfee": 0.00001410,
  "fee": 0.00003520,
  "errors": []
}
← Previous
backupwallet
Next →
dumpwallet

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗