Retrieves a list of Jetton wallets from the TON blockchain
jetton/wallets
endpoint retrieves a list of Jetton wallets from the TON blockchain. Jetton wallets are smart contracts that hold balances of specific Jettons for users. This endpoint allows you to fetch information about various Jetton wallets and provides options for pagination.
limit
(integer, optional) — The maximum number of Jetton wallets to return. Default: 128
.offset
(integer, optional) — The number of Jetton wallets to skip before starting to return results. Default: 0
.wallets
(array) — An array of Jetton wallet objects, each containing:
address
(string) — The address of the Jetton wallet.balance
(string) — The balance of the Jetton wallet.owner
(string) — The address of the wallet owner.jetton
(object) — Information about the Jetton:
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.jetton/wallets
endpoint is useful for various applications that need to interact with or display information about Jetton holdings on the TON blockchain:
The maximum number of Jetton wallets to return
The number of Jetton wallets to skip before starting to return results
Successful response
The response is of type object
.