wallet
Derive next key
Derives the next sequential key after the highest-index key already known to the wallet, following EIP-3 (m/44'/429'/0'/0/N, where N is the next unused account-chain index). Convenience wrapper over /wallet/deriveKey that picks the path for you. Wallet must be unlocked.
get/wallet/deriveNextKey
Response
Resulted secret path and address
Example response
{
"derivationPath": "m/1/2",
"address": "3WwbzW6u8hKWBcL1W7kNVMr25s2UHfSBnYtwSHvrRQt7DdPuoXrt"
}