Skip to main content
GET
/
v2
/
jettons
cURL
curl --request GET \
  --url https://tonapi.io/v2/jettons
{
  "jettons": [
    {
      "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"
      ]
    }
  ]
}

Query Parameters

limit
integer<int32>
default:100
Required range: 1 <= x <= 1000
Example:

15

offset
integer<int32>
default:0
Required range: x >= 0
Example:

10

Response

a list of jettons

jettons
object[]
required