Path Parameters
address*string
address is the address of the contract
query_data*string
QueryData contains the query data passed to the contract
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmwasm/wasm/v1/contract/string/smart/string"{
"data": "string"
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}