Terp Network Docs
APIsOpenapiQuery
GET
/cosmwasm/wasm/v1/contract/{address}/raw/{query_data}

Path Parameters

address*string

address is the address of the contract

query_data*string

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmwasm/wasm/v1/contract/string/raw/string"
{
  "data": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}