Last updated 1 year ago
address is the address of the contract
A successful response.
pagination defines the pagination in the response.
const response = await fetch('/cosmwasm/wasm/v1/contract/{address}/state', { method: 'GET', headers: {}, }); const data = await response.json();
{ "models": [ { "key": "Ynl0ZXM=", "value": "Ynl0ZXM=" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }