curl --request POST \
--url https://tonapi.io/v2/jettons/_bulk \
--header 'Content-Type: application/json' \
--data '
{
"account_ids": [
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
]
}
'{
"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"
]
}
]
}Get jetton metadata items by jetton master addresses
curl --request POST \
--url https://tonapi.io/v2/jettons/_bulk \
--header 'Content-Type: application/json' \
--data '
{
"account_ids": [
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
]
}
'{
"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"
]
}
]
}Was this page helpful?