jetton/wallets | TON v3

Retrieves a list of Jetton wallets from the TON blockchain

The 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.

👍

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 wallets to return. Default: 128.
  • offset (integer, optional) — The number of Jetton wallets to skip before starting to return results. Default: 0.

Response

  • 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.

Use case

The jetton/wallets endpoint is useful for various applications that need to interact with or display information about Jetton holdings on the TON blockchain:

  1. Wallet applications can use this to display users' Jetton balances across different tokens.
  2. Decentralized exchanges (DEXs) can fetch users' Jetton wallet information for trading purposes.
  3. Analytics platforms can gather data on Jetton distribution and user holdings.
  4. Developers can use this endpoint to integrate Jetton wallet information into their dApps or financial services.
  5. Portfolio tracking applications can use this to monitor users' Jetton holdings.
  6. Compliance tools can use this data to track Jetton transactions and holdings for specific addresses.

Try the jetton/wallets RPC method yourself

Language
Click Try It! to start a request and see the response here!