Last updated 1 year ago
Was this helpful?
/cosmwasm/wasm/v1/contract/{address}
address is the address of the contract to query
curl -L \ --url '/cosmwasm/wasm/v1/contract/{address}'
{ "address": "text", "contract_info": { "code_id": "text", "creator": "text", "admin": "text", "label": "text", "ibc_port_id": "text", "created": { "block_height": "text", "tx_index": "text" }, "extension": { "type_url": "text", "value": "text" } } }