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

# Derive next key

`GET /wallet/deriveNextKey`

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.

## Response `200`

Resulted secret path and address

- DeriveNextKeyResult
  - `derivationPath` string, required — BIP-32 derivation path that was picked for the newly derived key.
  - `address` string, required — Encoded Ergo Address

## Other responses

- `default` — Error

---

[API](https://skmtc.net/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.net/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/versions/ef97e678f020/schema)
