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
| Method | Path | Summary |
|---|---|---|
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 | 删除钱包 |
Publishing checklist
Before sharing this documentation externally, ensure the following items are defined in your spec and platform:
- Base URLs (Test / Live) in
servers - Authentication scheme in
components.securitySchemes+ globalsecurity - Standard error code semantics (what values
codecan be, mapping to HTTP status) - Rate limits, idempotency rules (where applicable), and request IDs for diagnostics