---
title: "Derive next key"
method: GET
path: "/wallet/deriveNextKey"
tags: ["wallet"]
---

# Derive next key

`GET /wallet/deriveNextKey`

## Response `200`

Resulted secret path and address

- DeriveNextKeyResult
  - `derivationPath` string, required — Derivation path of the resulted secret
  - `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/c0739723fd0d/schema)
