Blockchain

Get rescan status

Retrieves the status of an ongoing blockchain rescan for the specified cryptocurrency.

get/v1/cryptos/{cryptoCode}/rescan

Path parameters

cryptoCodestring required

The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).

Response

Rescan status retrieved successfully.

statusstring

The current status of the rescan.

progressnumber

The progress of the rescan as a percentage.

Example response

{
  "status": "Rescan in progress.",
  "progress": 75
}

Changes