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