/express/api/v1/wallets/simplecreateCreates a new 2-of-3 multisignature wallet along with all three required keychains in a single operation. This is a convenience method that handles the entire wallet setup process.
WARNING: BE SURE TO BACKUP! NOT DOING SO CAN RESULT IN LOSS OF FUNDS!
Workflow:
Backup Keychain Strategies:
Response: Returns wallet object and all three keychains. If backup keychain was created locally, response includes warning message and the backup keychain will contain xprv (which you must securely back up). Otherwise, backup keychain only contains xpub.
passphrase string required label string backupXpub string backupXpubProvider string enterprise string passcodeEncryptionCode string disableTransactionNotifications boolean disableKRSEmail boolean wallet dictionary<string, any> required userKeychain dictionary<string, any> required backupKeychain dictionary<string, any> required bitgoKeychain dictionary<string, any> required warning string message string required name string required bitgoJsVersion string required bitgoExpressVersion string required