Contract
Path parameters
addressstringRequired
address is the address of the contract to query
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
/cosmwasm/wasm/v1/contract/{address}GET /cosmwasm/wasm/v1/contract/{address} HTTP/1.1
Host: 
Accept: */*
{
  "address": "text",
  "contract_info": {
    "code_id": "text",
    "creator": "text",
    "admin": "text",
    "label": "text",
    "created": {
      "block_height": "text",
      "tx_index": "text"
    },
    "ibc_port_id": "text",
    "extension": {
      "type_url": "text",
      "value": "Ynl0ZXM="
    }
  }
}Last updated
Was this helpful?