Params

Parameters queries the staking parameters.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/staking/v1beta1/params HTTP/1.1
Host: 
Accept: */*
{
  "params": {
    "unbonding_time": "text",
    "max_validators": 1,
    "max_entries": 1,
    "historical_entries": 1,
    "bond_denom": "text"
  }
}

Last updated