# Send to many receivers at once Send to many receivers. Amounts are decimal numbers with at most 8 digits of precision. Endpoint: POST /daemon/sendmany Version: 6.6.1 Security: ZelID ## Request fields (text/plain): - `amounts` (object) A json object with addresses and amounts. The Flux address is the key, the numeric amount in FLUX is the value. - `minconf` (integer) Only use the balance confirmed at least this many times (optional) - `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) - `substractfeefromamount` (array) ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Transaction id