# Send Flux to an address Send an amount to a given address. Endpoint: GET /daemon/sendtoaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `fluxaddress` (string, required) The flux address to send to Example: "t1QSE45jkZ9docBDFh4yEV91fgZgESp5hZN" - `amount` (number, required) The amount in FLUX to send Example: 0.001 - `comment` (string) A comment used to store what the transaction is for. This is not part of the transaction, just kept in your wallet. Example: "Test api" - `commentto` (string) A 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. Example: "Self" - `substractfeefromamount` (boolean) The fee will be deducted from the amount being sent if set to true and the recipient will receive less Flux than you enter in the amount field. Enum: true, false ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Transaction id