ton-balance
Original:🇺🇸 English
Translated
Check TON wallet balances, token holdings, and transaction history. Use when the user wants to check their balance, see how much TON they have, list tokens, view jettons, check transaction history, look up a token, or verify a transaction status.
3installs
Sourceton-connect/kit
Added on
NPX Install
npx skill4agent add ton-connect/kit ton-balanceTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →TON Balance & Transaction Queries
Read-only queries for wallet balances, token holdings, and transaction history on TON.
MCP Tools
| 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
Check Specific Token
- If user mentions a token by name, call to find its address
get_known_jettons - Call with the
get_jetton_balancejettonAddress
View Transaction History
- Call with an optional
get_transactions(default varies)limit
Verify a Sent Transaction
- Call with the
get_transaction_statusreturned by a send/swap operationnormalizedHash
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