# Send to many receivers at once Send to many receivers. Amounts are decimal numbers with at most 8 digits of precision. Endpoint: GET /daemon/sendmany Version: 6.6.1 Security: ZelID ## Query parameters: - `amounts` (object, required) A json object with addresses and amounts. The Flux address is the key, the numeric amount in FLUX is the value. Example: {"t1QSE45jkZ9docBDFh4yEV91fgZgESp5hZN":0.001,"t1Nmbgvqg9zqmuW8VTXrfWzL2aTnuWARX91":0.001,"t1LoTuyuH9smQ2NrYDFfn4kLfiuhKnAEELv":0.001} - `minconf` (number) Only use the balance confirmed at least this many times Example: 3 - `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: "Pay Flux Foundation" - `substractfeefromamount` (array) Subtract the transaction fee equally from the output amounts. ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Transaction id