Contract

ContractInfo gets the contract meta data

get
Path parameters
addressstringRequired

address is the address of the contract to query

Responses
200
A successful response.
application/json
get
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