ton-balance

TON Balance & Transaction Queries

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ton-balance" with this command: npx skills add ton-connect/kit/ton-connect-kit-ton-balance

TON Balance & Transaction Queries

Read-only queries for wallet balances, token holdings, and transaction history on TON.

MCP Tools

Tool Required Optional

get_wallet

— walletSelector

get_balance

— walletSelector

get_balance_by_address

address

get_jetton_balance

jettonAddress

walletSelector

get_jettons

— walletSelector

get_jettons_by_address

address

get_jetton_info

address

get_known_jettons

— —

get_transactions

— limit , walletSelector

get_transaction_status

normalizedHash

walletSelector

Workflows

Check Balance

  • Call get_wallet for address and network info

  • Call get_balance for TON balance

  • Call get_jettons for all token holdings

Check Specific Token

  • If user mentions a token by name, call get_known_jettons to find its address

  • Call get_jetton_balance with the jettonAddress

View Transaction History

  • Call get_transactions with an optional limit (default varies)

Verify a Sent Transaction

  • Call get_transaction_status with the normalizedHash returned by a send/swap operation

Notes

  • All tools are read-only — no confirmation needed

  • In registry mode, pass walletSelector to query a specific wallet instead of the active one

  • Amounts are returned in human-readable format (e.g., "1.5" = 1.5 TON)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ton-swap

No summary provided by upstream source.

Repository SourceNeeds Review
General

ton-send

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

ton-manage-wallets

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

ton-create-wallet

No summary provided by upstream source.

Repository SourceNeeds Review