Config

Config queries for the operator configuration.

get
Responses
application/json
objectOptional

ConfigResponse defines the response structure for the Config gRPC query.

get
GET /cosmos/base/node/v1beta1/config HTTP/1.1
Host: atom.nownodes.io
Accept: */*
{
  "minimum_gas_price": "text",
  "pruning_keep_recent": "text",
  "pruning_interval": "text"
}

Last updated