Terp Network Docs
APIsOpenapiService
GET
/cosmos/base/node/v1beta1/config

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/base/node/v1beta1/config"
{
  "minimum_gas_price": "string",
  "pruning_keep_recent": "string",
  "pruning_interval": "string",
  "halt_height": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}