netfluid__crypto_from_key
Recovers any blockchain wallet from a private key or mnemonic, display only, no action is taken
Recovers any blockchain wallet from a private key or mnemonic, display only, no action is taken The order of recover is to use the mnemonic first, private key second. One or the other must be provided. No action is taken. The suppo @param api_key: The api key allocated to your application @param blockchain_fk: The blockchain to use for the recovery @param private_key: The private key to recover from, urlencoded @param mnemonic: The key word mnemonic to recover from, keywords separated by a space
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| mnemonic | No | ||
| private_key | No | ||
| blockchain_fk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||