# Create multi-sig address Creates a multi-signature address with n signature of n keys required. Endpoint: POST /daemon/createmultisig Version: 6.6.1 ## Request fields (text/plain): - `n` (integer) The number of required signatures out of the n keys or addresses. Followed by Flux addresses in array of strings. - `keys` (array) Array of keys which are Flux addresses or hex-encoded public keys ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.address` (string) The value of the new multisig address - `data.redeemScript` (string) The string value of the hex-encoded redemption script