A successful response.
const response = await fetch('https://inj.nownodes.io/peggy/v1/confirms/{nonce}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "confirms": [ { "nonce": "text", "orchestrator": "text", "eth_address": "text", "signature": "text" } ] }