| GET | /admin/wallets | 钱包列表 | detail → |
| POST | /admin/wallets | 创建钱包 | detail → |
| POST | /admin/wallets/batch-freeze | 批量冻结 | detail → |
| POST | /admin/wallets/batch-unfreeze | 批量解冻 | detail → |
| GET | /admin/wallets/coupons | 优惠券列表 | detail → |
| POST | /admin/wallets/coupons | 创建优惠券 | detail → |
| DELETE | /admin/wallets/coupons/{coupon_id} | 删除优惠券 | detail → |
| PUT | /admin/wallets/coupons/{coupon_id} | 更新优惠券 | detail → |
| GET | /admin/wallets/fraud-rules | 反欺诈规则 | detail → |
| POST | /admin/wallets/fraud-rules | 更新反欺诈规则 | detail → |
| DELETE | /admin/wallets/fraud-rules/{id} | 删除反欺诈规则 | detail → |
| DELETE | /admin/wallets/freeze-records/{id} | 删除冻结记录 | detail → |
| GET | /admin/wallets/reconciliation | 对账 | detail → |
| DELETE | /admin/wallets/tenants/{tenant_id}/apps/{app_id}/policy | 删除钱包策略 | detail → |
| GET | /admin/wallets/tenants/{tenant_id}/apps/{app_id}/policy | 查询钱包策略 | detail → |
| PUT | /admin/wallets/tenants/{tenant_id}/apps/{app_id}/policy | 更新钱包策略 | detail → |
| GET | /admin/wallets/tenants/{tenant_id}/apps/{app_id}/summary | 应用钱包总览 | detail → |
| GET | /admin/wallets/tenants/{tenant_id}/disputes | 争议列表 | detail → |
| POST | /admin/wallets/tenants/{tenant_id}/disputes/{dispute_id}/resolve | 争议处理 | detail → |
| GET | /admin/wallets/tenants/{tenant_id}/summary | 租户钱包总览 | detail → |
| GET | /admin/wallets/tenants/{tenant_id}/transactions | 租户级交易流水 | detail → |
| GET | /admin/wallets/webhook-payloads | webhook回调记录列表 | detail → |
| GET | /admin/wallets/webhook-payloads/{id} | webhook回调记录详情 | detail → |
| GET | /admin/wallets/withdrawals | 提现申请列表 | detail → |
| POST | /admin/wallets/withdrawals/{id}/approve | 审批提现 | detail → |
| POST | /admin/wallets/withdrawals/{id}/reject | 拒绝提现 | detail → |
| GET | /admin/wallets/{id}/integrity | 验证钱包完整性 | detail → |
| POST | /admin/wallets/{user_id}/adjust | 手动调账 | detail → |
| DELETE | /admin/wallets/{wallet_id} | 删除钱包 | detail → |
| PUT | /admin/wallets/{wallet_id} | 更新钱包 | detail → |
| GET | /exchange-rates | 查询兑换率 | detail → |
| POST | /exchange-rates/convert | 执行兑换 | detail → |
| GET | /wallets | 钱包列表 | detail → |
| POST | /wallets | 创建钱包 | detail → |
| GET | /wallets/coupons | 优惠券列表 | detail → |
| POST | /wallets/coupons | 创建优惠券 | detail → |
| GET | /wallets/snapshot | 钱包快照 | detail → |
| POST | /wallets/snapshot | 余额快照 | detail → |
| POST | /wallets/transactions/{id}/cancel | 取消交易 | detail → |
| POST | /wallets/transactions/{id}/dispute | 交易争议 | detail → |
| POST | /wallets/transfer | 钱包转账 | detail → |
| GET | /wallets/{user_id} | 获取钱包详情 | detail → |
| GET | /wallets/{user_id}/balance | 查询余额 | detail → |
| GET | /wallets/{user_id}/balance-history | 余额变动历史 | detail → |
| GET | /wallets/{user_id}/coupons | 用户优惠券 | detail → |
| POST | /wallets/{user_id}/coupons/{code}/redeem | 兑换优惠券 | detail → |
| POST | /wallets/{user_id}/deposit | 钱包充值 | detail → |
| GET | /wallets/{user_id}/disputes | 争议列表 | detail → |
| POST | /wallets/{user_id}/freeze | 冻结资金 | detail → |
| GET | /wallets/{user_id}/freezes | 冻结记录 | detail → |
| POST | /wallets/{user_id}/refund | 钱包退款 | detail → |
| GET | /wallets/{user_id}/stats | 钱包统计 | detail → |
| GET | /wallets/{user_id}/transactions | 交易记录 | detail → |
| POST | /wallets/{user_id}/unfreeze | 解冻资金 | detail → |
| POST | /wallets/{user_id}/withdraw | 钱包提现 | detail → |
| POST | /wallets/{user_id}/withdraw/request | 申请提现 | detail → |
| GET | /wallets/{user_id}/withdrawals | 提现申请列表 | detail → |