CreateWallet
POST CreateWallet
CreateWallet creates a wallet. Wallets created will be EOA wallets. You are responsible for completing a sanity tests before using the wallet.
While the response contains the public key, you are strongly discouraged from using it to generate the wallet address yourself. Instead, use the address returned in the response.
Request mpcvault.platform.v1.CreateWalletRequest
vault_uuid
vault_uuid is the UUID of the vault that the wallet will be created in.
You can find it in the settings page of your vault on the web.
callback_client_signer_public_key
callback_client_signer_public_key is the public key of the api client signer.
It is used to identify the where we should send the callback to.
network_type
network_type is the type of the network.
ref
(optional) ref is the customer reference field for the wallet. It has to be unique if not empty.
max length is 500 characters.
name
(optional) name is the name for the wallet.
max length is 85 characters.
Response mpcvault.platform.v1.CreateWalletResponse
details
error
enum mpcvault.platform.v1.NetworkType
0
1
2
3
4
5
6
7