ch
Feedback
Ton Console

Ton Console

前往频道在 Telegram

📈 Telegram 频道 Ton Console 的分析概览

频道 Ton Console (@tonconsole_com) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 12 422 名订阅者,在 加密货币 类别中位列第 8 808,并在 俄罗斯 地区排名第 53 195

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 12 422 名订阅者。

根据 12 六月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 -141,过去 24 小时变化为 -3,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 9.78%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 0 次浏览,首日通常累积 0 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 0

📝 描述与内容策略

尚未提供频道描述。

凭借高频更新(最新数据采集于 13 六月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 加密货币 类别中的关键影响点。

12 422
订阅者
-324 小时
-487
-14130
帖子存档
Good news, everyone! We are excited to announce the launch of our webhook service. (Actually, there might still be some issue
Good news, everyone! We are excited to announce the launch of our webhook service. (Actually, there might still be some issues like delivery delays, but the API is stabilized.) What is it and why do you need it? TON is renowned for its scalability, meaning more transactions and blocks are added to the blockchain every second. In last year's stress tests, a record of 100,000 transactions per second was set. This means the blockchain generated over 100 megabytes of blocks per second or about a gigabit of incoming traffic if you want to view the entire blockchain. Of course, not every service needs to view all transactions in all blocks to find valuable insights. To solve this problem, we are launching a webhook service that allows you to subscribe only to the data you need. Our service will attempt to deliver messages at increasing intervals until your server returns a 200 response. Current subscription options: 1. Subscription to specific accounts - You can subscribe to a million accounts, and if a transaction occurs on any of them, we will notify you. Charges are based on the number of monitored account-days and each event. 2. Subscription to specific opcodes of incoming messages - If any account receives an incoming message with such an opcode, we will notify you. Up to 100 opcodes per account. Charges are based on the number of events. 3. Subscription to new accounts in the network - Don't require description. Charges only for the number of messages. 4. Subscription to the mempool - We send all externals we see before they are included in the blockchain. Charges for each sent message, and no retries. If your server was unavailable, we will not attempt to resend. Try it! Or read the docs first! We welcome any feedback in comments to this post.

🔔 Building TMA with TON API 🔔 Hello, friends! We’re excited to announce an upcoming online workshop led by Tonkeeper develo
🔔 Building TMA with TON API 🔔 Hello, friends! We’re excited to announce an upcoming online workshop led by Tonkeeper developer Maksim Voloshinskii for the "Ton Apps" track in the Hackers League Hackathon! In this session, Maksim will show how to build decentralized applications (dApps) with TON API, sharing essential integration insights and answering participants' questions. ✨ What you can win: Cash prizes, free access to TON API tiers, and exclusive mentorship from the Tonkeeper team. 📅 Date & Time: November 12, 14:00 UTC 📌 Hackathon runs until November 24, 2024 🚀 Ready to dive into dApp development? Join in, ask questions, explore TON API, and launch your projects! 🔗 Useful Links for Participants: Workshop Materials Participant Chat Project Submission Form YouTube Broadcast ✨ Start your journey with TON API here: tonconsole.com

Good news, everyone! No more "Something happened but we don't understand what" messages anymore (well, it might still happen
+1
Good news, everyone! No more "Something happened but we don't understand what" messages anymore (well, it might still happen occasionally, but not as often). Now we are decoding intentions from external messages on wallet accounts and detecting if they are unsuccessful.

Mintless jettons support TONAPI supports mintless jettons as a part of bigger standard for jettons with custom payload and init data. When you are requesting jetton balances for an account and want to get mintless jettons transparently, you should use the custom_payload parameter in the supported_extension field in the request. For example, this link or direct jetton info this link:
    {
      "balance": "1000000000",
      "wallet_address": {
        "address": "0:405171f583a9e39e22ae9d8394769bc6e37299c59332012a51693b4d606780f3"
      },
      "jetton": {
        "address": "0:fa67d0c7739331fbc3c8f08e018c65f47763616a969100ad760a0b2dc1e36832",
        "name": "Mintless Points",
        "symbol": "Points",
        "decimals": 9,
        "image": "https://cache.tonapi.io/imgproxy/DmmPn6dWmsmBgSMVbvjbhIDCChLWI3RmqDJ71whxYBA/rs:fill:200:200:1/g:no/aHR0cHM6Ly9pLmliYi5jby9TS010TlRHL21pbnRsZXNzLnBuZw.webp",
        "custom_payload_api_uri": "https://claim-api.tonapi.io/jettons/EQD6Z9DHc5Mx-8PI8I4BjGX0d2NhapaRAK12CgstweNoMint"
      },
      "extensions": [
        "custom_payload"
      ]
    }
How to Support Mintless Jettons in Your Dapp 1. Request balances with ?supported_extensions=custom_payload. 2. Check if data["extensions"] contains "custom_payload" for the jetton. 3. If it contains and you want to autoclaim on transaction, when your dapp asks the user to send an outgoing jetton transfer via TonConnect, request custom payload and state init via the API: https://tonapi.io/v2/jettons/0:fa67d0c7739331fbc3c8f08e018c65f47763616a969100ad760a0b2dc1e36832/transfer/UQBDaa8UGaMVKiT8TKXiaJqlyWLmx-MoHYvT_wzHEpdUnIss/payload. 4. Add the received data to the message in your TonConnect request. 5. That's it. Now you support mintless jettons!

Over the past two days, the TONAPI service has been experiencing a significant DDoS attack. This has resulted in some customers encountering 403 errors in rare cases. We are actively addressing this issue and appreciate your patience as we work to resolve it. Thank you for your understanding.

Network activity is higher than usual due to $DOGS minting. You may notice delays in transactions.

Blockchain latency has increased due to the high load resulting from $DOGS claims. Despite these delays, TonAPI remains fully operational.

We just released the first stable versions of the npm packages: 1. @ton-api/client — a new autogenerating client for working with TonAPI, compatible with the @ton/core library. 2. @ton-api/ton-adapter — an adapter for integrating @ton-api/client with the @ton/ton and @ton/core libraries, enabling the use of TonAPI functionality while maintaining the existing code structure. You can check out the example of gasless transactiosns implementation using these libraries: https://github.com/tonkeeper/tonapi-js/blob/main/examples/gasless.ts

🚧 TonAPI Price Index Update Today TonAPI team rolled out an update to the price index. Price index is used to display balances in our products: Tonkeeper, Tonkeeper Pro and Tonviewer. During the upgrade displayed prices for some assets jumped by a few orders of magnitude. Users saw their balances displaying in billions for a few minutes. TonAPI team quickly identified the glitch and deployed the fix immediately. We apologize to all the users for the confusion caused by this issue. We always strive for maximum accuracy of any information that TonAPI provides, however it is important to remember that all the data is provided as is. Prices in particular may be subject to high volatility and arbitrary delays. There are many factors that may impact the displayed prices — for instance, low liquidity tokens price manipulation. If you make trade decisions based on the data offered by TonAPI or any other service, you need to apply your own judgement to make sure the information at hand is accurate and current.

👨‍👨‍👦‍👦 Project Sharing We've added the ability to share access to a project among users with equal rights. You can try it out here - https://tonconsole.com/settings/edit-project

New history is available, indexing current state too. We are working on restoring archive history.

We have issues with showing past blockchain data via API. Shortly new transactions will be available through API. We are working on restoring access to the past data. All other functionality works as intended. That includes: — Current state — Sending transactions

We encountered an issue with our indexing system that resulted in a halt to the indexing process. This problem occurred betwe
We encountered an issue with our indexing system that resulted in a halt to the indexing process. This problem occurred between 14:30 and 16:00, which disrupted normal operations. To monitor the availability of TON API and other services, you can utilize the website tonstat.us for real-time status updates.

We have problem with indexer. Data can be not actual. We are investigating the problem

Testnet API is temporary disables. We are investigating the source of the problem.

We've been experiencing issues with crediting funds to the TON Console over the past few days. The issue was related to an error in processing transactions by the payment provider involving payloads created by the MyTonWallet. The payment provider has been corrected, all missed payments have been credited! MyTonWallet has also fixed the error and will be updated.

API service is currently disrupted due to network issues following a DDoS attack. We are actively working to resume operations. Our apologies for the inconvenience. Please look out for further updates. UPD Service is brought back to life.

And again :(

DDoS again. We are fixing

🌥 Service fully resumed During yesterday's denial-of-service attack we have updated the TonAPI infrastructure and it is now fully operational. We are still working on further improvements to be able to withstand a similar attack should it repeat. Thank you for using TonAPI!