List tracked derivation schemes
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
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Response
Successfully retrieved the list of tracked derivation schemes.
Example response
[
{
"derivationScheme": "tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C...",
"trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C...",
"derivationStrategy": "tpubD6NzVbkrYhZ4WcPozSqALNCrJEt4C...-[p2sh]",
"network": "BTC",
"metadata": {
"label": "My Wallet",
"createdAt": "2023-10-01T12:34:56Z"
}
}
]Changes
Changed in 3 of the 40 revisions of this API.34
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status404response-property-type-changed
- ▲
removed the required property
errorfrom the response with the404statusresponse-required-property-removed
- ○
added the optional property
httpCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the404statusresponse-optional-property-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
- ▲