Blockchain

Get rescan status

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

get/cryptos/{cryptoCode}/rescan

Path parameters

cryptoCodestring required

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

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