ConfigResponse defines the response structure for the Config gRPC query.
GET /cosmos/base/node/v1beta1/config HTTP/1.1 Host: atom.nownodes.io Accept: */*
A successful response.
{ "minimum_gas_price": "text", "pruning_keep_recent": "text", "pruning_interval": "text" }
Last updated 11 months ago