# Add multisig address to the wallet Add a nrequired-to-sign multisignature address to the wallet. Each key is a Flux address or hex-encoded public key. Endpoint: GET /daemon/addmultisigaddress Version: 6.6.1 Security: ZelID ## Query parameters: - `n` (integer, required) The number of required signatures out of the n keys or addresses Example: 2 - `keysobject` (array, required) A json array of Flux addresses or hex-encoded public keys. Example: - = ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Multi-sig address.