get https://ton-mainnet.core.chainstack.com/f2a2411bce1e54a2658f2710cd7969c3/api/v3/jetton/masters
Retrieves a list of Jetton master contracts from the TON blockchain
The jetton/masters
endpoint retrieves a list of Jetton master contracts from the TON blockchain. Jettons are the TON equivalent of fungible tokens (similar to ERC-20 tokens on Ethereum). This endpoint allows you to fetch information about various Jetton types and provides options for pagination.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
limit
(integer, optional) — The maximum number of Jetton masters to return. Default:128
.offset
(integer, optional) — The number of Jetton masters to skip before starting to return results. Default:0
.
Response
masters
(array) — An array of Jetton master objects, each containing:address
(string) — The address of the Jetton master contract.name
(string) — The name of the Jetton.symbol
(string) — The symbol of the Jetton.decimals
(integer) — The number of decimal places for the Jetton.totalSupply
(string) — The total supply of the Jetton.mintable
(boolean) — Whether new tokens can be minted.admin
(string) — The address of the Jetton admin.metadata
(object) — Additional metadata of the Jetton.contentUri
(string) — The URI of the Jetton's content.
Use case
The jetton/masters
endpoint is useful for various applications that need to interact with or display information about Jettons on the TON blockchain:
- Decentralized exchanges (DEXs) can use this to list available Jettons for trading.
- Wallet applications can display Jetton information and allow users to add custom Jettons.
- Analytics platforms can gather data on Jetton distribution, total supply, and metadata patterns.
- Developers can use this endpoint to integrate Jetton information into their dApps or financial services.
- Token creators can verify the on-chain status and details of their published Jettons.
- Investors can research and discover new Jettons available on the TON blockchain.
Try the jetton/masters
RPC method yourself
jetton/masters
RPC method yourself