# 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: POST /daemon/addmultisigaddress Version: 6.6.1 Security: ZelID ## Request fields (text/plain): - `n` (string) The number of required signatures out of the n keys or addresses - `keysobject` (array) A json array of Flux addresses or hex-encoded public keys. ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Multi-sig address.