Autional Autional
API Reference GitHub autional.com →

GET /wallets

Query wallet list, supports filtering by status and pagination

Wallet Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
status query string No enum: `active`, `frozen`, `closed` Status Filter
page query integer No 1 Page Number
page_size query integer No 20 Items Per Page

Responses

StatusDescriptionSchema
200Wallet Listdto.WalletListResponse
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.WalletListResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
items array of

See dto.WalletResponse

No Use items uniformly
message string No
pagination object No Pagination info (nested object)
timestamp string No
total integer No Total count (flat for direct access)

dto.WalletResponse

User wallet info

FieldTypeRequiredExampleConstraintsDescription
application_id string No app_abc123 App ID
balance string No 1000.00 Balance
created_at string No 2026-01-01T00:00:00Z Created time
currency string No CNY Currency
frozen_balance string No 100.00 Frozen
status string No active Status
tenant_id string No tnt_xyz789 Tenant ID
updated_at string No 2026-04-15T10:30:00Z Updated time
user_id string No usr_abc123 User ID
wallet_id string No wlt_abc123 Wallet ID

gitee_com_linmes_authms_base_dto.PageInfo

FieldTypeRequiredExampleConstraintsDescription
has_next boolean No HasNext indicates whether there is a next page
has_prev boolean No HasPrev indicates whether there is a previous page
page integer No Page is the current page number (1-based)
page_size integer No PageSize is the number of items per page
total integer No Total is the total number of items across all pages
total_pages integer No TotalPages is the total number of pages

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No