balance
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCheck Balance
余额查询
Use this skill to inspect the wallet's holdings. By default, it checks the Base network, but can be directed to others.
使用此技能查看钱包资产。默认情况下,它会检查Base网络,但也可以指定其他网络。
Hard Rules (CRITICAL)
硬性规则(至关重要)
- Chain Specification:
- If the user mentions a specific chain (e.g., "on Monad", "for my Citrea wallet"), you MUST include the parameter.
--chain <name> - If the user DOES NOT mention a chain, you MUST either:
- Explicitly state the default: "I will check your balance on Base. Is that correct?"
- OR ask for clarification: "Which chain would you like to check? Base, Citrea, HyperEVM, or Monad?"
- If the user mentions a specific chain (e.g., "on Monad", "for my Citrea wallet"), you MUST include the
- 链规格说明:
- 如果用户提到特定链(例如"在Monad上"、"我的Citrea钱包"),你必须添加参数。
--chain <name> - 如果用户未提及链,你必须:
- 明确说明默认值:"我将为你查询Base链上的余额。是否正确?"
- 或者请求澄清:"你想查询哪个链的余额?Base、Citrea、HyperEVM还是Monad?"
- 如果用户提到特定链(例如"在Monad上"、"我的Citrea钱包"),你必须添加
usage
使用方法
bash
npx fibx@latest balance [--chain <chain>] [--json]bash
npx fibx@latest balance [--chain <chain>] [--json]Options
选项
| Option | Description |
|---|---|
| Network to check: |
| Output results in JSON format. |
| 选项 | 说明 |
|---|---|
| 要查询的网络: |
| 以JSON格式输出结果。 |
Examples
示例
Check Base Balance (Default)
查询Base链余额(默认)
bash
npx fibx@latest balancebash
npx fibx@latest balanceCheck Monad Balance
查询Monad链余额
bash
npx fibx@latest balance --chain monadbash
npx fibx@latest balance --chain monadGet Raw Data
获取原始数据
bash
npx fibx@latest balance --jsonbash
npx fibx@latest balance --jsonError Handling
错误处理
- "Not authenticated": Run skill.
authenticate-wallet - "Network error": Retry the command once.
- "未通过身份验证": 运行技能。
authenticate-wallet - "网络错误": 重试一次命令。