curl --request GET \
--url https://toncenter.com/api/v3/jetton/wallets{
"address_book": {},
"jetton_wallets": [
{
"address": "<string>",
"balance": "<string>",
"code_hash": "<string>",
"data_hash": "<string>",
"jetton": "<string>",
"last_transaction_lt": "0",
"mintless_info": {
"amount": "<string>",
"custom_payload_api_uri": [
"<string>"
],
"expire_at": 123,
"start_from": 123
},
"owner": "<string>"
}
],
"metadata": {}
}Get Jetton wallets by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/jetton/wallets{
"address_book": {},
"jetton_wallets": [
{
"address": "<string>",
"balance": "<string>",
"code_hash": "<string>",
"data_hash": "<string>",
"jetton": "<string>",
"last_transaction_lt": "0",
"mintless_info": {
"amount": "<string>",
"custom_payload_api_uri": [
"<string>"
],
"expire_at": 123,
"start_from": 123
},
"owner": "<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 wallet address in any form. Max: 1000.
Address of Jetton wallet's owner in any form. Max: 1000.
Jetton Master in any form.
Exclude jetton wallets with 0 balance.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort jetton wallets by balance. Warning: results may be inconsistent during the read with limit and offset.
asc, desc Was this page helpful?