GET /internal/wallet/balance
Internal service call to query balance, returns available balance and frozen balance
Wallet Service - Internal Interface None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
query |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
dto.BalanceResponse
Wallet balance info
| Field | Type | Required | Example | Constraints | Description |
available_balance |
string |
No |
900.00 |
|
Available |
balance |
string |
No |
1000.00 |
|
Balance |
frozen_balance |
string |
No |
100.00 |
|
Frozen |
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 |
|
|
|