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.
Example response
{
"status": "Rescan in progress.",
"progress": 75
}