A successful response.
const response = await fetch('https://inj.nownodes.io/peggy/v1/cosmos_originated/denom_to_erc20', { method: 'GET', headers: {}, }); const data = await response.json();
{ "erc20": "text", "cosmos_originated": false }