Get Jetton burns by specified filters.
Successful Response
const response = await fetch('https://ton-index.nownodes.io/jetton/burns', { method: 'GET', headers: {}, }); const data = await response.json();
{ "jetton_burns": [ { "query_id": "text", "owner": "text", "jetton_master": "text", "transaction_hash": "text", "transaction_lt": "text", "transaction_now": 0, "response_destination": "text", "custom_payload": "text" } ] }