Ton Console
π Analytical overview of Telegram channel Ton Console
Channel Ton Console (@tonconsole_com) in the English language segment is an active participant. Currently, the community unites 12 193 subscribers, ranking 8 473 in the Cryptocurrencies category and 53 454 in the Russia region.
π Audience metrics and dynamics
Since its creation on Π½Π΅Π²ΡΠ΄ΠΎΠΌΠΎ, the project has demonstrated rapid growth, gathering an audience of 12 193 subscribers.
According to the latest data from 01 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -126 over the last 30 days and by -4 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 11.44%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
π Description and content policy
Channel description not provided.
Thanks to the high frequency of updates (latest data received on 02 August, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Cryptocurrencies category.
beta.tonapi.io) will become available from September 19 through September 30 guaranteed. Weβre switching current API endpoint (tonapi.io) to the new index at 12:00 AM on Friday UTC+3.
Endpoint Changes:
- /v2/blockchain/blocks/{block_id}/transactions
- /v2/blockchain/transactions/{hash}
- /v2/blockchain/messages/{hash}/transaction
- /v2/blockchain/accounts/{account}/transactions
- /v2/wallet/emulate
- /v2/traces/{hash}
Field Changes:
- decoded_body in the Message type.
General Changes:
- Removed extra wrappers: {value: {something}} > {something}.
- Token and NFT transfers got a new forward_paylod callback: now itβs not a hex line but a structure with a type and value."some_type_stored_in_cell_ref": {"value": somevalue}
to:
"some_type_stored_in_cell_ref": somevalue2. Update forward_payload for NFTs and jettons. Old:
forward_payload: "hex_encoded_boc"New:
forward_payload: {Type: "DedustSwap", Value: {MinAmountOut: "100500"}}
or
forward_payload: {Type: "Cell", Value: "hex_encoded_boc"}/v2/wallet/emulate. Please be careful.
/v2/events/emulate
/v2/traces/emulate
/v2/accounts/{account_id}/events/emulate