ton-balance
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTON Balance & Transaction Queries
TON余额与交易查询
Read-only queries for wallet balances, token holdings, and transaction history on TON.
用于查询TON网络上钱包余额、代币持有情况及交易历史的只读查询工具。
MCP Tools
MCP工具
| Tool | Required | Optional |
|---|---|---|
| — | |
| — | |
| | |
| | |
| — | |
| | |
| | |
| — | — |
| — | |
| | |
| 工具 | 必填参数 | 可选参数 |
|---|---|---|
| — | |
| — | |
| | |
| | |
| — | |
| | |
| | |
| — | — |
| — | |
| | |
Workflows
工作流
Check Balance
查看余额
- Call for address and network info
get_wallet - Call for TON balance
get_balance - Call for all token holdings
get_jettons
- 调用获取地址和网络信息
get_wallet - 调用获取TON余额
get_balance - 调用获取所有代币持有情况
get_jettons
Check Specific Token
查询特定代币
- If user mentions a token by name, call to find its address
get_known_jettons - Call with the
get_jetton_balancejettonAddress
- 如果用户提及代币名称,调用查找其地址
get_known_jettons - 使用调用
jettonAddressget_jetton_balance
View Transaction History
查看交易历史
- Call with an optional
get_transactions(default varies)limit
- 调用,可选择传入
get_transactions参数(默认值有所不同)limit
Verify a Sent Transaction
验证已发送交易
- Call with the
get_transaction_statusreturned by a send/swap operationnormalizedHash
- 使用发送/兑换操作返回的调用
normalizedHashget_transaction_status
Notes
注意事项
- All tools are read-only — no confirmation needed
- In registry mode, pass to query a specific wallet instead of the active one
walletSelector - All balance responses include both (raw integer string) and
amountRaw(human-readable decimal string, e.g.amountfor 1.5 TON). Use"1.5"for display; useamountonly when a raw integer is required.amountRaw
- 所有工具均为只读模式——无需确认
- 在注册模式下,传入可查询特定钱包,而非当前活跃钱包
walletSelector - 所有余额响应均包含(原始整数字符串)和
amountRaw(人类可读的十进制字符串,例如1.5 TON显示为amount)。显示时使用"1.5";仅当需要原始整数时使用amount。amountRaw