# Send multiple transactions Send multiple times. Amounts are decimal numbers with at most 8 digits of precision. Change generated from a taddr flows to a new taddr address, while change generated from a zaddr returns to itself. When sending coinbase UTXOs to a zaddr, change is not allowed. The entire value of the UTXO(s) must be consumed. Before Acadia (Sapling) activates, the maximum number of zaddr outputs is 54 due to transaction size limits. Endpoint: GET /daemon/zsendmany Version: 6.6.1 Security: ZelID ## Query parameters: - `fromaddress` (string, required) The taddr or zaddr to send the funds from Example: "t1YvykLWgwT5yjVjt3GH9YEyaTdMgPsainF" - `amounts` (array, required) An array of json objects representing the amounts to send. Key/value pairs in order: - : `amountamounts%5B%7B%22address%22%3A%22za1kqwgkln5azfnnzfps0vc44ucwynstxk9k79z6nunwq0pnh4rjuww5kgy02c9wvfmdkxkxndlvdd%22%2C%22amount%22%3A0.001%7D%5D` Example: "?fromaddress=...&amounts=%5B%7B%22address%22%3A%22za1kqwgkln5azfnnzfps0vc44ucwynstxk9k79z6nunwq0pnh4rjuww5kgy02c9wvfmdkxkxndlvdd%22%2C%22amount%22%3A0.001%7D%5D" - `minconf` (integer) Only use funds confirmed at least this many times Example: "?fromaddress=...&amounts=...&minconf=5" - `fee` (number) The fee amount to attach to this transaction Example: "?fromaddress=...&amounts=...&fee=0.000005" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Operation id