Get scriptPubKey details
Retrieve detail about a specific scriptPubKey of a derivationScheme.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
The derivation scheme (See documentation)
The scriptPubKey to get information about
Response
ScriptPubKey information
Example response
{
"trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C45sPDhEBBuok...",
"feature": "Deposit",
"derivationStrategy": "tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C45sPDhEBBuok...",
"keyPath": "0/123",
"scriptPubKey": "001460c25d29559774803f262acf5ee5c922eff52ccd",
"address": "tb1qvrp96224ja6gq0ex9t84aewfythl2txdkpdmu0",
"redeem": "0014e2eb89edba1fe6c6c0863699eeb78f6ec3271b45",
"blindingKey": "9b73aab73a972485defe9d1d27217267eb17541a393e19d820549acf3fe69308"
}Changes
Changed in 5 of the 40 revisions of this API.35
- ○
added the optional property
blindingKeyto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
keyPathbecame nullable for the status200response-property-became-nullable
- ▲
the response property
trackedSourcebecame nullable for the status200response-property-became-nullable
- ○
added the optional property
indexto the response with the200statusresponse-optional-property-added
- ○
added the optional property
redeemto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api tag
Derivationsaddedapi-tag-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲