Blockchain

Rescan the blockchain

Initiates a rescan of the blockchain for the specified cryptocurrency to update the state of tracked addresses and transactions.

post/cryptos/{cryptoCode}/rescan

Path parameters

cryptoCodestring required

The cryptocurrency code (e.g., 'BTC').

Request body

startHeightinteger

The block height from which to start the rescan.

Example request

{
  "startHeight": 0
}

Response

Rescan initiated successfully.

statusstring

Example response

{
  "status": "Rescan started."
}

Changes