Jettons
Get jetton metadata items by jetton master addresses
post/v2/jettons/_bulk
Request body
Example request
{
"account_ids": [
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
]
}Response
a list of jettons
Example response
{
"jettons": [
{
"admin": {
"address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
"icon": "https://ton.org/logo.png",
"is_scam": true,
"is_wallet": true,
"name": "Ton foundation"
},
"code_hash": "rOIINk/O5kGub/FI/RARmMN6SY7BLesBSOonmxrz5f4=",
"data_hash": "xd7cWaRQdVSysuG+WVJv9KRuRUGxnehLoByEcK5ukOE=",
"holders_count": 2000,
"interfaces": [
"multisig_v2",
"wallet_v3r2"
],
"last_transaction_lt": "26640202000003",
"metadata": {
"address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
"custom_payload_api_uri": "https://claim-api.tonapi.io/jettons/TESTMINT",
"decimals": "9",
"description": "Wrapped Gram",
"image": "https://bitcoincash-example.github.io/website/logo.png",
"name": "Wrapped TON",
"symbol": "WTON"
},
"mintable": true,
"name": "admin.ton",
"preview": "https://cache.tonapi.io/images/jetton.jpg",
"scaled_ui": {
"denominator": "597968399",
"numerator": "597968399"
},
"total_supply": "5887105890579978"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.