Parameters
None
Result
The staking parameters.
Example
Request
curl <your-rest-endpoint>/cosmos/staking/v1beta1/params \
-X GET \
-H "accept: application/json"
Return
{
"params": {
"unbonding_time": "1814400s",
"max_validators": 175,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "uatom"
}
}