๐ฐWallet
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
This route generates a seed phrase.The route first generates a BIP39 12 word mnemonic phrase that can be used to create a wallet.The route then returns the generated phrase.
Successful
This route recovers a crypto wallet using the private key.The route first finds the wallet with the given private key.The route then returns the address and private key of the wallet found.
Successful
This route creates a hierarchical deterministic (HD) wallet.The route first gets the seed phrase from the payload and checks for validity.The route then creates a wallet and returns the required data.
Successful
This route recovers a crypto wallet using the seed phrase.The route first tests the BIP39 mnemonic seed phrase validity.The route then returns the address and private key of the wallet found.
Successful