Last updated 1 year ago
address is the address of the contract to query
A successful response.
pagination defines the pagination in the response.
const response = await fetch('/cosmwasm/wasm/v1/contract/{address}/history', { method: 'GET', headers: {}, }); const data = await response.json();
{ "entries": [ { "operation": "CONTRACT_CODE_HISTORY_OPERATION_TYPE_UNSPECIFIED", "code_id": "text", "updated": { "block_height": "text", "tx_index": "text" }, "msg": "Ynl0ZXM=" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }