ton-http

Query TON blockchain account data and transactions via RESTful HTTP API.

4|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hairyf/blockchain-skills --skill ton-http
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ton-http
Source: https://github.com/hairyf/blockchain-skills/tree/main/skills/ton-http
Command: npx skills add https://github.com/hairyf/blockchain-skills --skill ton-http

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a convenient way to interact with the TON blockchain by abstracting the complexities of direct node communication, allowing users to easily query account information, transactions, and contract methods.

Core Features & Use Cases

  • Query Blockchain Data: Retrieve account balances, states, and transaction history.
  • Contract Interaction: Send messages and execute getMethods on smart contracts.
  • Use Case: Developers can use this skill to quickly check the balance of a TON wallet or to query the current state of a DeFi smart contract without needing to set up their own TON node.

Quick Start

Use the ton-http skill to get the balance of the TON address 'EQCD39VS5fc82029VSfR2_3h_h7V7tKxK_XW_0z_f_z_z'.

Frequently Asked Questions about ton-http

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query TON blockchain account balances and transaction history via HTTP?

To query TON blockchain account balances and transaction history via HTTP, you can use a RESTful HTTP API that abstracts direct node communication. This provides programmatic access to retrieve wallet states and past transactions without running your own node.

Can I execute smart contract getMethods on the TON blockchain using an HTTP API?

Yes, you can execute smart contract getMethods on the TON blockchain using an HTTP API. It enables programmatic interaction with smart contracts to send messages and retrieve current contract states, such as checking a DeFi protocol's status.

Do I need to run my own TON node to interact with TON smart contracts?

No, you do not need to run your own TON node to interact with TON smart contracts. You can use an HTTP API that abstracts the complexities of direct node communication, enabling you to query account information and send messages programmatically.

What is the best way to retrieve TON blockchain data without setting up a local node?

The best way to retrieve TON blockchain data without setting up a local node is by using a RESTful HTTP API. It supports comprehensive data retrieval through services like TON Center's ton-http-api and TON Index v3, offering a convenient method to access on-chain information.

Does the TON HTTP API support sending messages to the blockchain?

Yes, the TON HTTP API supports sending messages to the blockchain. It provides a programmatic interface to interact with the TON network, allowing you to execute contract methods and send messages alongside querying transaction history and account states.