A successful response.
const response = await fetch('https://inj.nownodes.io/injective/wasmx/v1/registration_info/{contract_address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "contract": { "gas_limit": "text", "gas_price": "text", "is_executable": false, "code_id": "text", "admin_address": "text", "granter_address": "text", "fund_mode": "Unspecified" } }