# Create multi-sig address Creates a multi-signature address with n signature of n keys required. Endpoint: GET /daemon/createmultisig Version: 6.6.1 ## Query parameters: - `n` (integer, required) The number of required signatures out of the n keys or addresses. Followed by Flux addresses in array of strings. Example: 2 - `keys` (array, required) A json array of keys which are Flux addresses or hex-encoded public keys. Example: - ## 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