v1
latestOpenAPI 3.0.02026-07-174823135.4 KBDerivations
Track a derivation scheme
Starts tracking a new derivation scheme (wallet) for the specified cryptocurrency. This allows NBXplorer to monitor all addresses derived from the provided derivation scheme and notify about related transactions. Once tracked, NBXplorer will start indexing the addresses and UTXOs associated with this derivation scheme.
post/v1/cryptos/{cryptoCode}/derivations/{derivationScheme}
Path parameters
cryptoCodestring required
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
derivationSchemestring required
The derivation scheme (See documentation)
Request body
Response
Successfully started tracking the derivation scheme.
Example response
{
"message": "Derivation scheme is now being tracked."
}