Terp Network Docs
APIsOpenapiQuery
GET
/cosmwasm/wasm/v1/wasm-limits-config

Response Body

application/json

application/json

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