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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.