GET /admin/wallets/{wallet_id}/integrity
Verify the integrity of the event hash chain for a specified wallet, detect tampering or data corruption
Wallet Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Wallet ID |
Referenced Schemas
domain.WalletIntegrityResult
| Field | Type | Required | Example | Constraints | Description |
broken_at |
integer |
No |
|
|
|
last_hash |
string |
No |
|
|
|
total |
integer |
No |
|
|
|
valid |
boolean |
No |
|
|
|
wallet_id |
string |
No |
|
|
|
dto.DataResponse-domain_WalletIntegrityResult
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|