---
title: "List tracked derivation schemes"
method: GET
path: "/v1/cryptos/{cryptoCode}/derivations"
tags: ["Derivations"]
---

# List tracked derivation schemes

`GET /v1/cryptos/{cryptoCode}/derivations`

Retrieves a list of all derivation schemes (wallets) that are currently being tracked for the specified cryptocurrency. This endpoint allows you to see all the wallets that NBXplorer is monitoring for transactions and balance changes.

## Path parameters

- `cryptoCode` string, required

## Response `200`

Successfully retrieved the list of tracked derivation schemes.

- DerivationScheme[]
  - `derivationScheme` string, required — The extended public key (xpub, ypub, zpub, etc.) representing the derivation scheme.
  - `trackedSource` string, required — The tracked source identifier for the derivation scheme, formatted as 'DERIVATIONSCHEME:{derivationScheme}'.
  - `derivationStrategy` string, required — The derivation strategy used, including any script type suffixes (e.g., '-[p2sh]').
  - `network` string, required — The cryptocurrency network (e.g., 'BTC').
  - `metadata` object — Optional metadata associated with the derivation scheme.
    - `label` string — A human-readable label for the wallet.
    - `createdAt` string, date-time — Timestamp indicating when the derivation scheme was added.

## Other responses

- `404` — Not Found. The specified cryptocurrency code is not supported or no derivation schemes are being tracked.

---

[API](https://skmtc.net/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.net/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/revisions/208cac39e31a/schema)
