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."
}

Changes

Changed in 4 of the 40 revisions of this API.58

  • cfaf4efd4ea846See the full diff
    • the code response's property type/format changed from integer/ to string/ for status 400

      response-property-type-changed

    • the code response's property type/format changed from integer/ to string/ for status 404

      response-property-type-changed

    • removed the required property error from the response with the 400 status

      response-required-property-removed

    • removed the required property error from the response with the 404 status

      response-required-property-removed

    • added the optional property httpCode to the response with the 400 status

      response-optional-property-added

    • added the optional property httpCode to the response with the 404 status

      response-optional-property-added

    • added the optional property message to the response with the 400 status

      response-optional-property-added

    • added the optional property message to the response with the 404 status

      response-optional-property-added

    • added the optional property reason to the response with the 400 status

      response-optional-property-added

    • added the optional property reason to the response with the 404 status

      response-optional-property-added

    • api operation id Track was added

      api-operation-id-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