wallet

Derive new key according to a provided path

post/wallet/deriveKey

Request body

derivationPathstring required

Derivation path for a new secret to derive

Example request

{
  "derivationPath": "m/1/2"
}

Response

Resulted address

addressstring required

Encoded Ergo Address

Example response

{
  "address": "3WwbzW6u8hKWBcL1W7kNVMr25s2UHfSBnYtwSHvrRQt7DdPuoXrt"
}

Changes