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.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
The derivation scheme (See documentation)
Request body
Response
Successfully started tracking the derivation scheme.
Example response
{
"message": "Derivation scheme is now being tracked."
}Changes
Changed in 4 of the 40 revisions of this API.58
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status400response-property-type-changed
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status404response-property-type-changed
- ▲
removed the required property
errorfrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
errorfrom the response with the404statusresponse-required-property-removed
- ○
added the optional property
httpCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
httpCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the400statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the404statusresponse-optional-property-added
- ▲
- ○
api operation id
Trackwas addedapi-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
- ▲