# Send from account Send Flux from a specific account to an address. Endpoint: GET /daemon/sendfrom Version: 6.6.1 Security: ZelID ## Query parameters: - `tofluxaddress` (string, required) Destination Flux address - `amount` (number, required) Amount to send - `minconf` (integer) Minimum confirmations - `comment` (string) Transaction comment - `commentto` (string) Comment for recipient ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Transaction ID ## Response 401 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "UnauthorizedAccess" - `data.message` (string) Example: "Unauthorized. Invalid signature or insufficient privilege." - `data.code` (string) Example: "UNAUTHORIZED" ## Response 500 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "InternalError" - `data.message` (string) Example: "Internal server error occurred" - `data.code` (string) Example: "INTERNAL_ERROR"