bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/sendmany
Wallet

sendmany

Send multiple times. Amounts are double-precision floating point numbers.

Parameters

dummystringREQUIRED
Must be "" for backwards compatibility
amountsobjectREQUIRED
{"address": amount, ...}
minconfnumberoptional
Min confirmations. Default: 1
commentstringoptional
A comment
subtractfeefromarrayoptional
Addresses to subtract fee from
replaceablebooleanoptional
Allow BIP125 replacement
conf_targetnumberoptional
Confirmation target
estimate_modestringoptional
Fee estimation mode
fee_ratenumberoptional
Fee rate in sat/vB

Returns

stringThe transaction id

Code Examples

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

Example Response

"a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d"
← Previous
sendall
Next →
setlabel

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗