v1
latestOpenAPI 3.0.32026-07-26184851.6 MBWallet
Deposit Finder
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 |
post/v1/wallets/{id}/rescan/blocks
Request body
Example request
{
"transactionHash": "TRANSACTION_HASH"
}Response
200
Example response
{
"message": "Block rescan initiated successfully",
"statusCode": 200
}