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
Example request
{
"startHeight": 0
}Response
Rescan initiated successfully.
Example response
{
"status": "Rescan started."
}