Last updated 2 years ago
Was this helpful?
QueryParamsResponse is response type for the Query/Params RPC method.
GET /cosmos/staking/v1beta1/params HTTP/1.1 Host: Accept: */*
A successful response.
{ "params": { "unbonding_time": "text", "max_validators": 1, "max_entries": 1, "historical_entries": 1, "bond_denom": "text" } }