A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/observer/blame_by_identifier/{blame_identifier}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "blame_info": { "index": "text", "failure_reason": "text", "nodes": [ { "pub_key": "text", "blame_data": "Ynl0ZXM=", "blame_signature": "Ynl0ZXM=" } ] } }