GET /admin/wallets/tenants/{tenant_id}/apps/{app_id}/summary
Get wallet balance summary for a specified application under a tenant
Wallet Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
Tenant ID |
app_id |
path |
string |
Yes |
|
|
|
Application ID |
Referenced Schemas
dto.TenantBalanceSummaryResponse
| Field | Type | Required | Example | Constraints | Description |
active_wallet_count |
integer |
No |
38 |
|
|
total_balance |
string |
No |
50000.00 |
|
|
total_frozen_balance |
string |
No |
5000.00 |
|
|
wallet_count |
integer |
No |
42 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|