For AI agents: an LLM-friendly Markdown version of every page is available by appending .md to its URL or by sending an Accept: text/markdown request header. The full documentation index is at https://www.ankr.com/docs/llms.txt
Skip to main content

TAC


TAC API is available on Web3 API platform.

TAC (Tokenized Asset Chain) is a network extension for TON (The Open Network) that enhances its compatibility with the Ethereum Virtual Machine (EVM). It allows users to access EVM applications directly through their TON wallets, eliminating the need to manage multiple wallets or use traditional bridges.

In order for your Web3 application to interact with TAC — either by reading blockchain data or sending transactions to the network — it must connect to a TAC node. Developers interact with the blockchain using the methods provided by the API.

We support the following networks and protocols for TAC:

Responses come in JSON format.

EVM JSON-RPC methods


Tendermint JSON-RPC/REST methods

Info — node information:

Tx — transactions broadcast information:

  • broadcast_tx_sync — returns with the response from CheckTx. Does not wait for DeliverTx result.
  • broadcast_tx_async — returns right away, with no response. Does not wait for CheckTx nor DeliverTx results.
  • broadcast_tx_commit — returns with the responses from CheckTx and DeliverTx.
  • check_tx — checks the transaction without executing it.

ABCI — ABCI info:

  • abci_info — retrieves info about the application.
  • abci_query — queries the application for some information.

Methods

Methods

Information, Transactions, ABCI, Cosmos REST methods

Cosmos REST methods