Rescan a transaction
NBXplorer does not rescan the whole blockchain when tracking a new derivation scheme. This means that if the derivation scheme already received UTXOs in the past, NBXplorer will not be aware of it and might reuse addresses already generated in the past, and will not show past transactions.
By using this route, you can ask NBXplorer to rescan specific transactions found in the blockchain. This way, the transactions and the UTXOs present before tracking the derivation scheme will appear correctly.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Request body
Response
Rescan initiated successfully.
Changes
Changed in 3 of the 40 revisions of this API.212
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ●
removed the request property
startHeightrequest-property-removed
- ○
added the new optional request property
transactionsnew-optional-request-property
- ▲
- ○
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
- ▲