Skip to main content
GET
/
v2
/
jettons
/
{account_id}
cURL
curl --request GET \
  --url https://tonapi.io/v2/jettons/{account_id}
{
  "mintable": true,
  "total_supply": "5887105890579978",
  "metadata": {
    "address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
    "name": "Wrapped TON",
    "symbol": "WTON",
    "decimals": "9",
    "image": "https://bitcoincash-example.github.io/website/logo.png",
    "description": "Wrapped Toncoin",
    "social": [
      [
        "https://t.me/durov_coin",
        "https://twitter.com/durov_coin"
      ]
    ],
    "websites": [
      [
        "https://durov.coin",
        "ton://durov-coin.ton"
      ]
    ],
    "catalogs": [
      [
        "https://coinmarketcap.com/currencies/drv/",
        "https://www.coingecko.com/en/coins/durov"
      ]
    ],
    "custom_payload_api_uri": "https://claim-api.tonapi.io/jettons/TESTMINT"
  },
  "preview": "https://cache.tonapi.io/images/jetton.jpg",
  "verification": "whitelist",
  "holders_count": 2000,
  "code_hash": "rOIINk/O5kGub/FI/RARmMN6SY7BLesBSOonmxrz5f4=",
  "data_hash": "xd7cWaRQdVSysuG+WVJv9KRuRUGxnehLoByEcK5ukOE=",
  "last_transaction_lt": "26640202000003",
  "name": "admin.ton",
  "interfaces": [
    "multisig_v2",
    "wallet_v3r2"
  ]
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

jetton info

mintable
boolean
required
Example:

true

total_supply
string
required
Example:

"5887105890579978"

metadata
object
required
preview
string
required
Example:

"https://cache.tonapi.io/images/jetton.jpg"

verification
enum<string>
required
Available options:
whitelist,
graylist,
blacklist,
none
holders_count
integer<int32>
required
Example:

2000

admin
object
scaled_ui
object
code_hash
string

base64-encoded hash of jetton master code cell

Example:

"rOIINk/O5kGub/FI/RARmMN6SY7BLesBSOonmxrz5f4="

data_hash
string

base64-encoded hash of jetton master data cell

Example:

"xd7cWaRQdVSysuG+WVJv9KRuRUGxnehLoByEcK5ukOE="

last_transaction_lt
string

last transaction lt of the jetton master account

Example:

"26640202000003"

name
string | null

DNS name resolving to this address (e.g. admin.ton)

Example:

"admin.ton"

interfaces
string[]

Contract interfaces implemented by the account (e.g. multisig_v2, wallet_v3r2)

Example:
["multisig_v2", "wallet_v3r2"]