Retrieve Jetton data using the Jettons API through TON API tools.
The Jettons API provides developers with access to detailed information about Jettons, TON’s native tokens. It enables retrieval of data on Jetton Masters, wallets, transfers, and burns, streamlining the creation of token-based applications.
- Get Jetton Masters: Get information about Jetton Master, e.g., admin address, total supply, last transaction timestamp, parsed JSON metadata of the contract.
- Get Jetton Transfers: Get transaction details of Jetton Transfer message.
- Get Jetton Wallets: Get information about Jetton Wallet, e.g., token balance, owner address, the address of Jetton Master it belongs to.
- Get Jetton Burns: Get the transaction details of Jetton Burn message.
Explore the full TON APIs reference by TONX API here.