Wallet Service (Feign)

Obita API Documentation

Enterprise-grade API documentation generated from your OpenAPI definition. This site includes human-friendly guides plus a complete reference rendered from the spec.

Spec format
OpenAPI 3.0.1
API version
1.0.0
Endpoints
12
Base URL
TODO – Requires Obita input: Base URL (servers are empty in the OpenAPI file). Provide Test and Live base URLs.
Authentication
TODO – Requires Obita input: Authentication is not defined (securitySchemes and global security are empty). Specify API key / OAuth / signature requirements and required headers.

What’s included

Wallet creation & lifecycle management, wallet address management, and wallet discovery endpoints, grouped as a single resource domain.

Response envelope

Most endpoints return a consistent envelope: code, msg, data, timestamp. See Errors for details.

Endpoints at a glance

MethodPathSummary
POST/feign/wallet/account/create创建钱包
POST/feign/wallet/account/activate激活钱包
POST/feign/wallet/account/freeze冻结钱包
POST/feign/wallet/account/detail查询钱包详情
POST/feign/wallet/account/list分页查询钱包列表
POST/feign/wallet/account/update-name修改钱包名称
POST/feign/wallet/account/address/create在钱包中创建地址(可创建多个)
POST/feign/wallet/account/addresses查询钱包的地址列表
POST/feign/wallet/account/statistics统计钱包数量
POST/feign/wallet/account/wallet/detail根据钱包ID查询钱包详细信息(包含钱包信息、地址列表、余额列表)
POST/feign/wallet/account/owner/detail根据拥有者类型和拥有者ID查询钱包详细信息(包含钱包信息、地址列表、余额列表)
POST/feign/wallet/account/delete删除钱包

TODOs (missing in spec)

These items are not present in the OpenAPI file and should be added for external publication:
  • Base URLs (Test / Live) in servers
  • Authentication scheme in components.securitySchemes + global security
  • Standard error code semantics (what values code can be, mapping to HTTP status)
  • Rate limits, idempotency rules (where applicable), and request IDs for diagnostics