---
title: "Rescan utxos"
method: POST
path: "/v1/cryptos/{cryptoCode}/rescan-utxos"
tags: ["Blockchain"]
---

# Rescan utxos

`POST /v1/cryptos/{cryptoCode}/rescan-utxos`

Verifies that the UTXOs are unspent and save matches to wallets tracked by this server

## Path parameters

- `cryptoCode` string, required

## Request body

- object
  - `UTXOs` string[] — The outpoints to rescan

## Response `200`

Rescan initiated successfully.

## Changes

- **2024-11-28** `4903de714209` — 1 info
  - endpoint added
- **2024-11-18** `b5092f204599` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/cryptos/:cryptoCode/rescan-utxos/post.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/208cac39e31a/schema)
