v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Wallet

Deposit Finder

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

Body Parameters

KeyRequiredTypeDescription
transactionHashfalsestringThe blockchain transaction hash
post/v1/wallets/{id}/rescan/blocks

Request body

transactionHashstring

Example request

{
  "transactionHash": "TRANSACTION_HASH"
}

Response

200

messagestring
statusCodenumber

Example response

{
  "message": "Block rescan initiated successfully",
  "statusCode": 200
}