sendtoaddress

Input(s) 9

The sendtoaddress command enables the transmission of a specified quantity of Bitcoin to a given address. This function is integral for executing individual payments or transactions from a wallet to a recipient.

How is this used?

This command is essential for transferring Bitcoin from one address to another. It is particularly useful for conducting single transactions, whether they are personal payments, donations, or business transactions.

Request

method

sendtoaddress

address

Required

amount

Required

comment

Optional

comment_to

Optional

subtractfeefromamount

Optional

replaceable

Optional

conf_target

Optional

estimate_mode

Optional

avoid_reuse

Optional

Inputs(9)

two required input remaining...

address (required) - The Bitcoin address to send to
amount (required) - The amount in BTC to send
comment A comment used to store what the transaction is for
comment_to A comment to store the name of the person or organization to which you're sending the transaction
subtractfeefromamount The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field
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)
avoid_reuse (only available if avoid_reuse wallet flag is set) Avoid spending from dirty addresses; addresses are considered

Result