Confirms that a deposit has been received on an allocated wallet. Called by blockchain scanner when a transaction is detected.
Request body
application/json
· WalletDepositConfirmRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
address |
string |
yes | Wallet address where deposit was received. |
amount |
string |
yes | Deposited amount. |
txHash |
string |
yes | Blockchain transaction hash. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
— | Deposit confirmed. |
404 |
Error |
Wallet allocation not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.