sendmany

Input(s) 9

This RPC command orchestrates the formation and dissemination of a transaction designed to distribute funds among several specified addresses. It provides a mechanism for efficient bulk payments or disbursements.

How is this used?

The sendmany command is utilized to streamline the process of distributing Bitcoin across numerous addresses in a single transaction. It serves as a vital tool for businesses, organizations, or individuals needing to conduct mass payments or disbursements efficiently.

Request

method

sendmany

amounts

Required

subtractfeefrom

Optional

replaceable

Optional

conf_target

Optional

estimate_mode

Optional

dummy

Required

minconf

Optional

fee_rate

Optional

comment

Optional

Inputs(9)

two required input remaining...

amounts (required) - The addresses and amounts
subtractfeefrom A list of addresses. The fee will be equally deducted from the amount of each selected address
replaceable Allow this transaction to be replaced by a transaction with higher fees via BIP 125
conf_target Confirmation target in blocks
estimate_mode The fee estimate mode, must be one of (case insensitive)
dummy (required) - Must be set to “” for backwards compatibility
minconf Ignored dummy value
fee_rate Specify a fee rate in sat/vB
comment A comment

Result