Retrieves a list of Jetton master contracts from the TON blockchain
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.
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
.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.jetton/masters
endpoint is useful for various applications that need to interact with or display information about Jettons on the TON blockchain:
The maximum number of Jetton masters to return
The number of Jetton masters to skip before starting to return results
Successful response
The response is of type object
.