A successful response.
const response = await fetch('https://inj.nownodes.io/injective/wasmx/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "is_execution_enabled": false, "max_begin_block_total_gas": "text", "max_contract_gas_limit": "text", "min_gas_price": "text", "register_contract_access": { "permission": "ACCESS_TYPE_UNSPECIFIED", "addresses": [ "text" ] } } }