---
title: "Derive new key according to a provided path"
method: POST
path: "/wallet/deriveKey"
tags: ["wallet"]
---

# Derive new key according to a provided path

`POST /wallet/deriveKey`

## Request body

- DeriveKey
  - `derivationPath` string, required — Derivation path for a new secret to derive

## Response `200`

Resulted address

- DeriveKeyResult
  - `address` string, required — Encoded Ergo Address

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/4e8f91f90f6c/schema)
