Jettons
Get a list of all indexed jetton masters in the blockchain.
get/v2/jettons
Query parameters
limitinteger
Example:15
offsetinteger
Example:10
Deprecated: pagination is based on a daily snapshot, so some new jettons may not appear yet. Use last_account_id for real-time pagination instead.
last_account_idstring address
Example:0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Cursor for pagination, always resolved live. Pass the metadata.address of the last jetton master from the previous page to get the next page. Preferred over offset.
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.