Last updated 1 year ago
address is the address of the contract
A successful response.
const response = await fetch('/cosmwasm/wasm/v1/contract/{address}/raw/{query_data}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": "Ynl0ZXM=" }