ImportWalletRequest

Data structure for performing an import wallet

Signature

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

Currently to only supports ETHEREUM, MATIC and BSC

Parameters

Example

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

Last updated