v5

latestOpenAPI 3.0.32026-08-04500331.0 KB

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.

post/transactions/deposit-address/reindex

Headers

x-api-keystring

Optional API key for authentication and higher rate limits.

Request body

chainIdnumber required

Chain ID the deposit address was originally registered on.

depositAddressstring required

The deposit address to reindex.

sweepboolean

Deprecated. No longer supported on this endpoint.

targetChainIdnumber

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.

currencystring

Address of a specific currency to reindex. Defaults to checking every depositable currency on the chain.

Response

Default Response

messagestring

Human-readable summary of the reindex outcome.

checkedCurrenciesnumber

Total number of currencies whose balance was checked.

failedCurrenciesnumber

Number of currencies whose balance check failed.