address is the address of the contract to query
A successful response.
const response = await fetch('https://lunc.nownodes.io/cosmwasm/wasm/v1/contract/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "contract_info": { "code_id": "text", "creator": "text", "admin": "text", "label": "text", "created": { "block_height": "text", "tx_index": "text" }, "ibc_port_id": "text" } }