Autional Autional
API Reference GitHub autional.com →

GET /admin/wallets/reconciliation

Get reconciliation data for a specified tenant

Wallet Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
date query string No Reconciliation Date

Responses

StatusDescriptionSchema
200OKdto.ReconciliationDetailResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticated or invalid tokengitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.ReconciliationDetail

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.ReconciliationDetail No
message string No
timestamp string No

dto.ReconciliationRecord

Reconciliation record for a single wallet

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No