---
title: "POST /transactions/deposit-address/reindex"
method: POST
path: "/transactions/deposit-address/reindex"
---

# POST /transactions/deposit-address/reindex

`POST /transactions/deposit-address/reindex`

Re-checks the balances of a previously-registered deposit address and queues a withdrawal for any currency with a non-zero balance. Useful when funds were sent to a deposit address but the normal indexer flow did not pick them up.

## Headers

- `x-api-key` string

## Request body

- object
  - `chainId` number, required — Chain ID the deposit address was originally registered on.
  - `depositAddress` string, required — The deposit address to reindex.
  - `sweep` boolean — Deprecated. No longer supported on this endpoint.
  - `targetChainId` number — Chain ID to reindex on, when different from `chainId`. Use this if funds landed on a chain other than the one the deposit address was registered on. Defaults to `chainId`.
  - `currency` string — Address of a specific currency to reindex. Defaults to checking every depositable currency on the chain.

## Response `200`

Default Response

- object
  - `message` string — Human-readable summary of the reindex outcome.
  - `triggeredCurrencies` object[] — Currencies for which a withdrawal was queued.
    - `currency` string — Currency address.
    - `symbol` string — Currency symbol.
    - `balance` string — Balance found at the deposit address, in the currency's smallest unit.
  - `checkedCurrencies` number — Total number of currencies whose balance was checked.
  - `failedCurrencies` number — Number of currencies whose balance check failed.

## Other responses

- `400` — Default Response
- `403` — Default Response
- `404` — Default Response
- `429` — Default Response
- `503` — Default Response

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/revisions/3be1b4b0ca85/schema)
