get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/params
Queries the staking parameters.
Parameters
- No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/params \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The staking parameters information.
{
"params": {
"unbonding_time": "1814400s",
"max_validators": 180,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "uatom"
}
}