address is the address of the contract
QueryData contains the query data passed to the contract
A successful response.
const response = await fetch('https://lunc.nownodes.io/cosmwasm/wasm/v1/contract/{address}/smart/{query_data}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": "Ynl0ZXM=" }