# Send Flux to an address Send an amount to a given address. Endpoint: POST /daemon/sendtoaddress Version: 6.6.1 Security: ZelID ## Request fields (text/plain): - `fluxaddress` (string) The flux address to send to - `amount` (number) The amount in FLUX to send - `comment` (string) A comment used to store what the transaction is for. This is not part of the transaction, just kept in your wallet. (optional) - `commentto` (string) comment to store the name of the person or organization to which you're sending the transaction. This is not part of the transaction, just kept in your wallet. (optional) - `substractfeefromamount` (boolean) Subtract the transaction fee equally from the output amounts. (optional) ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Transaction id