Wallet
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.