curl --request GET \
--url https://toncenter.com/api/v3/jetton/burns{
"address_book": {},
"jetton_burns": [
{
"amount": "<string>",
"custom_payload": "<string>",
"decoded_custom_payload": {},
"jetton_master": "<string>",
"jetton_wallet": "<string>",
"owner": "<string>",
"query_id": "<string>",
"response_destination": "<string>",
"trace_id": "<string>",
"transaction_aborted": true,
"transaction_hash": "<string>",
"transaction_lt": "0",
"transaction_now": 123
}
],
"metadata": {}
}Get Jetton burns by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/jetton/burns{
"address_book": {},
"jetton_burns": [
{
"amount": "<string>",
"custom_payload": "<string>",
"decoded_custom_payload": {},
"jetton_master": "<string>",
"jetton_wallet": "<string>",
"owner": "<string>",
"query_id": "<string>",
"response_destination": "<string>",
"trace_id": "<string>",
"transaction_aborted": true,
"transaction_hash": "<string>",
"transaction_lt": "0",
"transaction_now": 123
}
],
"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.
Address of jetton wallet owner in any form. Max 1000
Jetton wallet address in any form. Max: 1000.
Jetton master address in any form.
Query transactions with generation UTC timestamp after given timestamp.
Query transactions with generation UTC timestamp before given timestamp.
Query transactions with lt >= start_lt.
Query transactions with lt <= end_lt.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort transactions by lt.
asc, desc Was this page helpful?