Blockchain

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.

post/v1/cryptos/{cryptoCode}/rescan

Path parameters

cryptoCodestring required

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

  • 6c3d07b4ed39111See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • removed the request property startHeight

      request-property-removed

    • added the new optional request property transactions

      new-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