wallet

Derive next key

get/wallet/deriveNextKey

Response

Resulted secret path and address

derivationPathstring required

Derivation path of the resulted secret

addressstring required

Encoded Ergo Address

Example response

{
  "derivationPath": "m/1/2",
  "address": "3WwbzW6u8hKWBcL1W7kNVMr25s2UHfSBnYtwSHvrRQt7DdPuoXrt"
}

Changes