GET /admin/wallets/reconciliation
Get reconciliation data for a specified tenant
Wallet Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
date |
query |
string |
No |
|
|
|
Reconciliation Date |
Referenced Schemas
dto.ReconciliationDetail
| Field | Type | Required | Example | Constraints | Description |
date |
string |
No |
2026-04-14 |
|
Reconciliation date |
records |
array of
See dto.ReconciliationRecord |
No |
|
|
Reconciliation records per wallet |
tenant_id |
string |
No |
tnt_xyz789 |
|
Tenant ID |
wallet_count |
integer |
No |
100 |
|
Number of wallets |
dto.ReconciliationDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.ReconciliationDetail |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ReconciliationRecord
Reconciliation record for a single wallet
| Field | Type | Required | Example | Constraints | Description |
closing_balance |
string |
No |
1200.00 |
|
Ending balance |
opening_balance |
string |
No |
1000.00 |
|
Beginning balance |
total_deposit |
string |
No |
500.00 |
|
Total deposits |
total_refund |
string |
No |
0.00 |
|
Total refunds |
total_transfer_in |
string |
No |
100.00 |
|
Total transfers in |
total_transfer_out |
string |
No |
50.00 |
|
Total transfers out |
total_withdraw |
string |
No |
200.00 |
|
Total withdrawals |
transaction_count |
integer |
No |
10 |
|
Transaction count |
user_id |
string |
No |
usr_abc123 |
|
User ID |
wallet_id |
string |
No |
wlt_abc123 |
|
Wallet ID |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|