---
title: "Get rescan status"
method: GET
path: "/cryptos/{cryptoCode}/rescan"
tags: ["Blockchain"]
---

# Get rescan status

`GET /cryptos/{cryptoCode}/rescan`

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

## Path parameters

- `cryptoCode` string, required

## Response `200`

Rescan status retrieved successfully.

- object
  - `status` string — The current status of the rescan.
  - `progress` number — The progress of the rescan as a percentage.

## Other responses

- `404` — No rescan in progress.

## Changes

- **2024-11-25** `6b9539137e6a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/cryptos/:cryptoCode/rescan/get.md)

---

[API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/revisions/7a96af40bbcc/schema)
