Get scriptPubKey information of a Derivation Scheme

Get information about a specific scriptPubKey for a derivation scheme

get/cryptos/{cryptoCode}/derivations/{derivationScheme}/scripts/{script}

Path parameters

cryptoCodestring required

The cryptocurrency code (e.g., BTC)

derivationSchemestring required

The derivation scheme to query

scriptstring required

The scriptPubKey to get information about

Response

ScriptPubKey information

trackedSourcestring

The tracked source identifier

featurestring

The feature type (e.g., Deposit)

derivationStrategystring

The derivation strategy

keyPathstring

The derivation path

scriptPubKeystring

The scriptPubKey

addressstring

The derived address

Example response

{
  "trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C45sPDhEBBuokoCeDgjX6YTs4QVvhD9kao6f2uZLqZF4qcXprYyRqooSXr1uPp1KPH1o4m6aw9nxbiA",
  "feature": "Deposit",
  "derivationStrategy": "tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C45sPDhEBBuokoCeDgjX6YTs4QVvhD9kao6f2uZLqZF4qcXprYyRqooSXr1uPp1KPH1o4m6aw9nxbiA",
  "keyPath": "0/0",
  "scriptPubKey": "001460c25d29559774803f262acf5ee5c922eff52ccd",
  "address": "tb1qvrp96224ja6gq0ex9t84aewfythl2txdkpdmu0"
}

Changes