Get Jetton masters by specified filters.
Successful Response
const response = await fetch('https://ton-index.nownodes.io/jetton/masters', { method: 'GET', headers: {}, }); const data = await response.json();
{ "jetton_masters": [ { "address": "text", "total_supply": "text", "mintable": false, "admin_address": "text", "last_transaction_lt": "text", "jetton_wallet_code_hash": "text", "code_hash": "text", "data_hash": "text" } ] }