TGViewer
Toncenter API Toncenter API @toncenter_news · 942 subscribers
Post #18 12K
Mintless jettons support

Toncenter supports mintless jettons, check on preview.toncenter.com!

Now for jettons that allow mintless claim v3/jetton/wallets API returns additional field:

"mintless_info": {
"amount": "<amount-as-string>",
"start_from": <unix-timestamp>,
"expire_at": <unix-timestamp>
}


How to support mintless jettons in your dapp?
— To show balance with mintless, use data["balance"] + data["mintless_info"]["amount"]
— To autoclaim on transaction, when your dapp asks user to send outgoing jetton transfer via TonConnect, check if data["mintless_info"] is present and retrieve from mintless jetton claim api custom_payload and init_data to fill them in to transfer.
— That's it. Now you support mintless jettons!


P.S. Note that now code_hash and data_hash fields can be null for not yet deployed jettons wallets.
  • 👍 12
  • ❤ 11
  • 🔥 3
  • 👎 2
More from @toncenter_news
  1. Sep 17, 2026The toncenter.com website and the @toncenter mini-app have been updated.
  2. Sep 7, 2026LLM-based content filtration in Toncenter API Toncenter API now automatically filters inap…
  3. Sep 5, 2026Pending API and Streaming API Performance Improvements We’ve shipped a major performance u…
  4. Jul 17, 2026New Indexer Database Architecture The database has been divided into three tiers: Hot — tr…
  5. Jun 16, 2026Note: There are no changes to the Toncenter API following the renaming of the Toncoin to G…
  6. Jun 3, 2026The outage of toncenter.com services was fixed. This problem was caused by issue in Cloudf…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →