---
title: "Deposit Finder"
method: POST
path: "/v1/wallets/{id}/rescan/blocks"
tags: ["Wallet"]
---

# Deposit Finder

`POST /v1/wallets/{id}/rescan/blocks`

This endpoint is used to initiate a rescan of blocks for a specific wallet.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| transactionHash | false | string | The blockchain transaction hash |

## Request body

- object
  - `transactionHash` string

## Response `200`

200

- object
  - `message` string
  - `statusCode` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
