curl --request GET \
--url https://toncenter.com/api/v3/jetton/masters{
"address_book": {},
"jetton_masters": [
{
"address": "<string>",
"admin_address": "<string>",
"code_hash": "<string>",
"data_hash": "<string>",
"jetton_content": {},
"jetton_wallet_code_hash": "<string>",
"last_transaction_lt": "0",
"mintable": true,
"total_supply": "<string>"
}
],
"metadata": {}
}Get Jetton masters by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/jetton/masters{
"address_book": {},
"jetton_masters": [
{
"address": "<string>",
"admin_address": "<string>",
"code_hash": "<string>",
"data_hash": "<string>",
"jetton_content": {},
"jetton_wallet_code_hash": "<string>",
"last_transaction_lt": "0",
"mintable": true,
"total_supply": "<string>"
}
],
"metadata": {}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Jetton Master address in any form. Max: 1024.
Address of Jetton Master's admin in any form. Max: 1024.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Was this page helpful?