功能概述
- 列出钱包上当前启用的所有资产
- 向钱包添加新资产
- 从钱包移除资产
- 更新资产设置,如归集阈值
端点
完整 API 参考
在 API 参考选项卡中查看所有资产管理端点。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
配置主钱包上启用的资产。
| 方法 | 端点 | 描述 |
|---|---|---|
GET | /wallets/{walletId}/assets | 列出钱包上的所有资产 |
POST | /wallets/{walletId}/assets | 向钱包添加资产 |
DELETE | /wallets/{walletId}/assets/{assetId} | 从钱包移除资产 |
PATCH | /wallets/{walletId}/assets/{assetId} | 更新资产配置 |
