ImportWalletRequest

Data structure for performing an import wallet.

Signature:

{
  walletId! : string;
  to! : SecretType;
}

🚧

Currently to only supports ETHEREUM, MATIC and BSC

Parameters:

ParameterRequiredTypeDescription
walletIdTrueStringID of the wallet one wants to import into another chain
toTrueSecretTypeThe chain you want to import the wallet into

Example:

{
  "walletsId" : "cdc4c08a-b8fa-4e4c-z5a2-92c87b80f174",
  "to" : "MATIC"
}