Loading...
Loading...
TON HTTP API (TON Center / ton-http-api) — accounts, transactions, messages, send, runGetMethod; use Swagger for request/response parameters and return values.
npx skill4agent add hairyf/blockchain-skills ton-httpBased on ton-http-api (sources/ton-http) and TON Index (Go) v3. For request parameters and return values of any endpoint, use Swagger UI or OpenAPI doc.json.
| Topic | Description | Reference |
|---|---|---|
| API groups and Swagger | Group list, base URL, where to look up params and return values | core-api-overview |
| Deployment and configuration | Run locally or with Docker; webserver, tonlib, and cache env vars | core-deployment-config |
| Tag | Description | Example endpoints |
|---|---|---|
| accounts | Address info, wallet, balance, state, transactions, pack/unpack, token data | |
| blocks | Masterchain, shards, block lookup, block transactions, block header | |
| transactions | Locate transactions by message | |
| get config | Config param, libraries | |
| run method | Run get-method on contract | |
| send | Send BOC/query, estimate fee | |
| json rpc | All methods via JSON-RPC | |
| Group | Description | Example endpoints |
|---|---|---|
| accounts | Account states, address book, metadata, wallet states | |
| actions | Actions and traces | |
| api/v2 | Address info, estimate fee, send message, runGetMethod, wallet info | |
| blockchain | Blocks, transactions, messages, masterchain | |
| utils | Decode | |
| dns | TON DNS | |
| jettons | Jetton masters, wallets, transfers, burns | |
| multisig | Multisig wallets and orders | |
| nfts | NFT collections, items, transfers | |
| stats | Top accounts by balance | |
| vesting | Vesting contracts | |