---
title: "Rescan specific transactions"
method: POST
path: "/cryptos/{cryptoCode}/rescan"
---

# Rescan specific transactions

`POST /cryptos/{cryptoCode}/rescan`

## Path parameters

- `cryptoCode` string, required

## Request body

- object
  - `transactions` object[]
    - `blockId` string
    - `transactionId` string
    - `transaction` string

## Response `200`

Rescan initiated

## Other responses

- `400` — RPC unavailable

## Changes

- **2024-11-18** `b5092f204599` — 1 info
  - endpoint added

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