Get scriptPubKey details
Retrieve details about a specific scriptPubKey. Since a single scriptPubKey can be associated with multiple tracked sources, the response includes an array listing all related sources.
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 3 of the 40 revisions of this API.12
- ○
added the optional property
items/blindingKeyto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
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
- ▲