v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Derivations

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

waitboolean

Optional. If set to true, the server will wait until the derivation scheme is fully tracked before responding. Default is false.

Response

Successfully started tracking the derivation scheme.

messagestring

Example response

{
  "message": "Derivation scheme is now being tracked."
}