Derivations
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.
get/cryptos/{cryptoCode}/derivations
Path parameters
cryptoCodestring required
The cryptocurrency code (e.g., 'BTC' for Bitcoin).
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"
}
}
]