---
title: "Get scriptPubKey information of a Derivation Scheme"
method: GET
path: "/cryptos/{cryptoCode}/derivations/{derivationScheme}/scripts/{script}"
---

# Get scriptPubKey information of a Derivation Scheme

`GET /cryptos/{cryptoCode}/derivations/{derivationScheme}/scripts/{script}`

Get information about a specific scriptPubKey for a derivation scheme

## Path parameters

- `cryptoCode` string, required
- `derivationScheme` string, required
- `script` string, required

## Response `200`

ScriptPubKey information

- object
  - `trackedSource` string — The tracked source identifier
  - `feature` string — The feature type (e.g., Deposit)
  - `derivationStrategy` string — The derivation strategy
  - `keyPath` string — The derivation path
  - `scriptPubKey` string — The scriptPubKey
  - `address` string — The derived address

## Other responses

- `404` — Cryptocurrency not supported

## Changes

- **2024-11-18** `b5092f204599` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/cryptos/:cryptoCode/derivations/:derivationScheme/scripts/:script/get.md)

---

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